Ensure an additional job works
This commit is contained in:
parent
522e812859
commit
c0ad8dc80d
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue