Update .gitea/workflows/test.yaml
test / test action (push) Successful in 0s
Details
test / test action (push) Successful in 0s
Details
parent
e2892f9e67
commit
466d26eb76
|
@ -5,7 +5,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: trader_deploy_host
|
runs-on: trader_deploy_host
|
||||||
name: check and test
|
name: test action
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
run: echo "Hello from Gitea Action11s!" && docker ps -a
|
run: echo "Hello from Gitea Action11s!" && docker ps -a
|
Loading…
Reference in New Issue