test: update participants API test command to use integration tests

This commit is contained in:
Carlos Santos 2025-05-14 10:29:52 +02:00
parent 959210c2e9
commit 6591238382

View File

@ -327,7 +327,7 @@ jobs:
- name: Run tests - name: Run tests
run: | run: |
cd backend cd backend
npm run test:participants npm run test:integration-participants
env: env:
JEST_JUNIT_OUTPUT_DIR: './reports/' JEST_JUNIT_OUTPUT_DIR: './reports/'
- name: Publish Test Report - name: Publish Test Report