Compare commits

..
2 Commits
Author SHA1 Message Date
kourosh 1d56410c7c fix
Test CI CD / test-job (push) Failing after 33s
2026-08-10 00:24:25 +02:00
kourosh 91078900d6 new test 2026-08-10 00:21:33 +02:00
2 changed files with 7 additions and 4 deletions
+3
View File
@@ -11,6 +11,9 @@ jobs:
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
repository: 'admin/kuki-saas'
server-url: 'http://gitea:3000'
- name: Run a simple test - name: Run a simple test
run: | run: |
+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