mirror of
https://github.com/Vomitblood/stort.git
synced 2024-11-26 13:55:27 +08:00
updated github actions workflow
This commit is contained in:
parent
fb2b7b0bf0
commit
3b7c771c85
32
.github/workflows/testing.yml
vendored
32
.github/workflows/testing.yml
vendored
|
@ -1,32 +0,0 @@
|
||||||
name: Testing
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- "*"
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
testing:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
container:
|
|
||||||
image: ubuntu:22.04
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Debug shell
|
|
||||||
run: |
|
|
||||||
echo $0
|
|
||||||
echo $SHELL
|
|
||||||
|
|
||||||
- name: Debug Bash shell
|
|
||||||
run: |
|
|
||||||
echo $0
|
|
||||||
echo $SHELL
|
|
||||||
shell: bash
|
|
||||||
|
|
||||||
- name: Debug sh Shell
|
|
||||||
run: echo $0
|
|
||||||
echo $SHELL
|
|
||||||
shell: sh
|
|
Loading…
Reference in a new issue