Ensure a second job can depend on the first
All checks were successful
/ test (push) Successful in 2s
/ test2 (push) Successful in 2s

This commit is contained in:
Chris Thompson 2025-05-22 17:02:58 -04:00
parent c0ad8dc80d
commit 41e4561324

View file

@ -5,6 +5,7 @@ jobs:
steps:
- run: echo All Good, REALLY
test2:
needs: test
runs-on: docker
steps:
- run: echo All Good, REALLY