Update .gitea/workflows/test.yml
Some checks failed
Setup testing environment and test the code / build (push) Failing after 2m26s

This commit is contained in:
2026-04-05 12:10:01 +02:00
parent 49e0d856d5
commit 6c1161b827

View File

@@ -12,21 +12,15 @@ jobs:
services:
mongodb:
image: mongo:6.0
ports:
- 27017:27017
redis:
image: redis:7-alpine
ports:
- 6379:6379
api:
image: git.chatenium.hu/chatenium/api:latest
credentials:
username: ${{ secrets.REPO_USER }}
password: ${{ secrets.REPO_TOKEN }}
ports:
- 3000:3000
env:
ENVIRONMENT_TYPE: "testing"
MONGODB_URL: mongodb://mongodb:27017
@@ -37,8 +31,6 @@ jobs:
credentials:
username: ${{ secrets.REPO_USER }}
password: ${{ secrets.REPO_TOKEN }}
ports:
- 4000:4000
env:
ENVIRONMENT: "testing"
REDIS_SERVER_ADDR: redis:6379