fix(ci): remove MongoDB service from parapharmacy-api tests (port 27017 conflict)
Run Tests on Branches / Detect Changes (push) Successful in 13s
Run Tests on Branches / Backend Tests (push) Has been skipped
Run Tests on Branches / Frontend Tests (push) Has been skipped
Run Tests on Branches / PIP Platform Tests (push) Has been skipped
Run Tests on Branches / Frontend Mobile Tests (push) Has been skipped
Run Tests on Branches / Parapharmacy API Tests (push) Successful in 1m36s

This commit is contained in:
Antoni Nuñez Romeu
2026-07-17 09:43:47 +02:00
parent 9eb174dc8b
commit 1c45be852a
2 changed files with 0 additions and 10 deletions
-5
View File
@@ -99,11 +99,6 @@ jobs:
if: needs.detect-changes.outputs.parapharmacy-api == 'true'
runs-on: ubuntu-latest
timeout-minutes: 15
services:
mongodb:
image: mongo:7
ports:
- 27017:27017
steps:
- uses: actions/checkout@v4
- name: Setup Node.js