chore(backend): update test execution strategy in Dockerfile
Test Suite / backend-pr-quick (push) Has been skipped
Test Suite / quick-import-pr-quick (push) Has been skipped
Test Suite / backend-full (push) Successful in 3m10s
Test Suite / flutter-quality (push) Failing after 1m22s

Update Jest test runner configuration to use `--runInBand` flag in Docker build process for more reliable test execution in containerized environment.
This commit is contained in:
Nils-Johan Gynther
2026-05-23 19:50:12 +02:00
parent 69bcc3e342
commit a240bce8fc
+1 -1
View File
@@ -17,7 +17,7 @@ COPY prisma ./prisma
COPY src ./src
COPY tsconfig.json nest-cli.json ./
RUN ./node_modules/.bin/prisma generate
RUN npm test
RUN npm test -- --runInBand
RUN npm run build
# Stage 3: Kör applikationen