Ensure an additional job works
This commit is contained in:
parent
522e812859
commit
c0ad8dc80d
1 changed files with 5 additions and 1 deletions
|
@ -4,3 +4,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
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