Update .gitea/workflows/test.yaml
test / test action (push) Successful in 0s
Details
test / test action (push) Successful in 0s
Details
parent
445c903fbe
commit
e82180b2a3
|
@ -7,5 +7,7 @@ jobs:
|
||||||
runs-on: trader_deploy_host
|
runs-on: trader_deploy_host
|
||||||
name: test action
|
name: test action
|
||||||
steps:
|
steps:
|
||||||
|
- name: cd
|
||||||
|
run: cd /home/act_runner/
|
||||||
- name: test
|
- name: test
|
||||||
run: cd /home/act_runner & pwd
|
run: pwd
|
||||||
|
|
Loading…
Reference in New Issue