updated test.yaml
This commit is contained in:
parent
236e7fedd7
commit
e6258c85b6
|
@ -6,3 +6,5 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Say Hello
|
- name: Say Hello
|
||||||
run: echo "Runner is working!"
|
run: echo "Runner is working!"
|
||||||
|
- name: List Directory
|
||||||
|
run: ls -la
|
||||||
|
|
Loading…
Reference in New Issue