From 65912383822c48e0f32a20e7322438cf5aa3618d Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Wed, 14 May 2025 10:29:52 +0200 Subject: [PATCH] test: update participants API test command to use integration tests --- .github/workflows/backend-integration-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-integration-test.yaml b/.github/workflows/backend-integration-test.yaml index a4868ba..80dde25 100644 --- a/.github/workflows/backend-integration-test.yaml +++ b/.github/workflows/backend-integration-test.yaml @@ -327,7 +327,7 @@ jobs: - name: Run tests run: | cd backend - npm run test:participants + npm run test:integration-participants env: JEST_JUNIT_OUTPUT_DIR: './reports/' - name: Publish Test Report