fix
Test CI CD / test-job (push) Failing after 33s

This commit is contained in:
2026-08-10 00:24:25 +02:00
parent 91078900d6
commit 1d56410c7c
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -12,6 +12,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
with:
repository: 'admin/kuki-saas'
server-url: 'http://gitea:3000'
- name: Run a simple test
+4 -4
View File
@@ -43,19 +43,19 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
# سرویس مجری CI/CD
gitea_runner:
# سرویس مجری CI/CD
gitea_runner:
image: gitea/act_runner:latest
container_name: kuki_runner
restart: always
environment:
- GITEA_INSTANCE_URL=http://gitea:3000
- GITEA_RUNNER_REGISTRATION_TOKEN=380DNu6QHhznlgHs4pNh5ICKut0lI3bnEHmwIV8t
extra_hosts:
- "130.61.139.162:host-gateway"
- DOCKER_MODE=bridge
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- gitea_runner_data:/data
network_mode: host # یا این خط را اضافه کنید تا مستقیماً به شبکه سرور وصل شود
depends_on:
- gitea