Update .gitea/workflows/test.yaml
test / pull action (push) Failing after 11s
Details
test / pull action (push) Failing after 11s
Details
parent
2b50806adf
commit
49d544ca4e
|
@ -5,7 +5,12 @@ on:
|
|||
jobs:
|
||||
test:
|
||||
runs-on: trader_deploy_host
|
||||
name: test action
|
||||
name: pull action
|
||||
steps:
|
||||
- name: pull
|
||||
run: docker-compose -f /home/act_runner/for_build/klhztrader/build-docker-compose.yml up -d
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4 # Use the latest version or a specific one
|
||||
|
||||
- name: Run a script
|
||||
run: |
|
||||
echo "Code checked out successfully!"
|
||||
ls -la # List files to verify
|
Loading…
Reference in New Issue