Ensure a second job can depend on the first
This commit is contained in:
parent
c0ad8dc80d
commit
41e4561324
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good, REALLY
|
- run: echo All Good, REALLY
|
||||||
test2:
|
test2:
|
||||||
|
needs: test
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good, REALLY
|
- run: echo All Good, REALLY
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue