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
|
||||
|
||||
jobs:
|
||||
first:
|
||||
name: Step One
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
run: ls
|
||||
run: touch test.txt
|
||||
run: ls
|
||||
second:
|
||||
name: Step Two
|
||||
needs: first
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
run: ls
|
||||
first:
|
||||
name: Step One
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
run: ls
|
||||
run: touch test.txt
|
||||
run: ls
|
||||
|
||||
second:
|
||||
name: Step Two
|
||||
needs: first
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
run: ls
|
||||
|
Loading…
Reference in New Issue
Block a user