Update .github/workflows/test.yaml
This commit is contained in:
parent
d867b63415
commit
aa77b25af1
27
.github/workflows/test.yaml
vendored
27
.github/workflows/test.yaml
vendored
@ -2,16 +2,17 @@ name: Workflow Test
|
|||||||
on: push
|
on: push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
first:
|
first:
|
||||||
name: Step One
|
name: Step One
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
run: ls
|
run: ls
|
||||||
run: touch test.txt
|
run: touch test.txt
|
||||||
run: ls
|
run: ls
|
||||||
second:
|
|
||||||
name: Step Two
|
second:
|
||||||
needs: first
|
name: Step Two
|
||||||
runs-on: ubuntu-latest
|
needs: first
|
||||||
steps:
|
runs-on: ubuntu-latest
|
||||||
run: ls
|
steps:
|
||||||
|
run: ls
|
||||||
|
Loading…
Reference in New Issue
Block a user