Ensure an additional job works
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:00 -04:00
parent 522e812859
commit c0ad8dc80d

View file

@ -3,4 +3,8 @@ jobs:
test:
runs-on: docker
steps:
- run: echo All Good, REALLY
- run: echo All Good, REALLY
test2:
runs-on: docker
steps:
- run: echo All Good, REALLY