diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8a94c99..f3067f4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -69,21 +69,3 @@ jobs: - name: Run integration tests run: npm run integration-tests - - - name: Unit Test Report - uses: phoenix-actions/test-reporting@v8 - id: unit-test-report - if: success() || failure() - with: - name: Unit Tests Report - path: junit.xml - reporter: jest-junit - - - name: Integration Test Report - uses: phoenix-actions/test-reporting@v8 - id: integration-test-report - if: success() || failure() - with: - name: Integration Test Report - path: integration-test-report.xml - reporter: jest-junit