test 9
Test CI CD / test-job (push) Failing after 49s

This commit is contained in:
2026-08-10 01:07:51 +02:00
parent f84bf0362f
commit afed9c7146
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ jobs:
- name: Run a simple test - name: Run a simple test
run: | run: |
echo "CI/CD is working perfectly on Gitea!" echo "CI/CD is working perfectly!"
+2 -2
View File
@@ -33,7 +33,8 @@ services:
environment: environment:
- USER_UID=1000 - USER_UID=1000
- USER_GID=1000 - USER_GID=1000
- GITEA__server__ROOT_URL=http://130.61.139.162:3000 - GITEA__server__ROOT_URL=http://130.61.139.162:3000/
- GITEA__server__HTTP_PORT=3000
- GITEA__actions__ENABLED=true - GITEA__actions__ENABLED=true
ports: ports:
- "3000:3000" - "3000:3000"
@@ -43,7 +44,6 @@ services:
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
# سرویس مجری CI/CD
gitea_runner: gitea_runner:
image: gitea/act_runner:latest image: gitea/act_runner:latest
container_name: kuki_runner container_name: kuki_runner