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

main
vladzvx 2025-08-27 14:46:44 +03:00
parent 0bd7257983
commit d1b5cfcdfd
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ jobs:
name: test action
steps:
- name: pull
run: git -C /home/act_runner/for_build/klhztrader pull
run: git config --global --add safe.directory /home/act_runner/for_build/klhztrader & git -C /home/act_runner/for_build/klhztrader pull
- name: build
run: docker-compose -f /home/act_runner/for_build/klhztrader/build-docker-compose.yml up -d