Update .github/workflows/test.yaml
This commit is contained in:
parent
aa77b25af1
commit
3a4564a190
8
.github/workflows/test.yaml
vendored
8
.github/workflows/test.yaml
vendored
@ -6,13 +6,13 @@ jobs:
|
||||
name: Step One
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
run: ls
|
||||
run: touch test.txt
|
||||
run: ls
|
||||
- run: ls
|
||||
- run: touch test.txt
|
||||
- run: ls
|
||||
|
||||
second:
|
||||
name: Step Two
|
||||
needs: first
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
run: ls
|
||||
- run: ls
|
||||
|
Loading…
Reference in New Issue
Block a user