wip
This commit is contained in:
@@ -9,3 +9,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Say hello ok
|
- name: Say hello ok
|
||||||
run: echo "Runner OK"
|
run: echo "Runner OK"
|
||||||
|
|
||||||
|
test2:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: 2 Say hello ok
|
||||||
|
run: echo "Runner OK"
|
||||||
|
|||||||
Reference in New Issue
Block a user