From 6c1161b827fdf76545c0b72105ff362fc2a3e8ff Mon Sep 17 00:00:00 2001 From: Almsss Date: Sun, 5 Apr 2026 12:10:01 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 4a2d316..6ccaac6 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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