From e7391c3db89aa6c630ac726aac7b937f31ebdd27 Mon Sep 17 00:00:00 2001 From: Szymon Date: Sat, 17 Feb 2024 11:33:24 +0100 Subject: [PATCH] Update unit-tests.yml --- .github/workflows/unit-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 2d2b858..1c35cd4 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -8,11 +8,11 @@ jobs: - name: Install modules run: npm install - name: Run tests - run: npm run test + run: npm run test:ci - name: Test Report uses: dorny/test-reporter@v1 if: success() || failure() with: name: JEST Tests - path: reports/jest-*.xml + path: junit.xml reporter: jest-junit