test 8
Test CI CD / test-job (push) Failing after 42s

This commit is contained in:
2026-08-10 01:01:13 +02:00
parent d4629b8af8
commit f84bf0362f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
with:
fetch-depth: 1
server-url: 'http://130.61.139.162:3000'
- name: Run a simple test
run: |
+2 -2
View File
@@ -49,14 +49,14 @@ services:
container_name: kuki_runner
restart: always
environment:
- GITEA_INSTANCE_URL=http://gitea:3000
- GITEA_INSTANCE_URL=http://130.61.139.162:3000
- GITEA_RUNNER_REGISTRATION_TOKEN=380DNu6QHhznlgHs4pNh5ICKut0lI3bnEHmwIV8t
- GITEA_RUNNER_NETWORK=kuki-saas_default
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- gitea_runner_data:/data
depends_on:
- gitea
volumes:
postgres_data:
redis_data: