Update .gitea/workflows/test.yaml
test / pull action (push) Failing after 11s Details

main
vladzvx 2025-08-27 14:54:12 +03:00
parent 2b50806adf
commit 49d544ca4e
1 changed files with 8 additions and 3 deletions

View File

@ -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