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 - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: 'admin/kuki-saas'
server-url: 'http://gitea:3000' server-url: 'http://gitea:3000'
- name: Run a simple test - name: Run a simple test
+2 -2
View File
@@ -51,11 +51,11 @@ services:
environment: environment:
- GITEA_INSTANCE_URL=http://gitea:3000 - GITEA_INSTANCE_URL=http://gitea:3000
- GITEA_RUNNER_REGISTRATION_TOKEN=380DNu6QHhznlgHs4pNh5ICKut0lI3bnEHmwIV8t - GITEA_RUNNER_REGISTRATION_TOKEN=380DNu6QHhznlgHs4pNh5ICKut0lI3bnEHmwIV8t
extra_hosts: - DOCKER_MODE=bridge
- "130.61.139.162:host-gateway"
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- gitea_runner_data:/data - gitea_runner_data:/data
network_mode: host # یا این خط را اضافه کنید تا مستقیماً به شبکه سرور وصل شود
depends_on: depends_on:
- gitea - gitea