Update .gitea/workflows/test.yaml
parent
1f33335e8f
commit
0dfdf7f6df
|
@ -9,4 +9,7 @@ jobs:
|
||||||
name: check and test
|
name: check and test
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
run: echo "Hello from Gitea Action11s!" && pwd
|
run: echo "Hello from Gitea Action11s!" && pwd
|
||||||
|
steps:
|
||||||
|
- name: test2
|
||||||
|
run: docker ps -a
|
Loading…
Reference in New Issue