From 9f24b3ccf2f986748f137a384eb5115c02ecabdb Mon Sep 17 00:00:00 2001 From: Robert Bradley Date: Tue, 7 Jan 2025 11:42:43 +0000 Subject: [PATCH] Adding nightly testing --- .github/workflows/tests.yml | 18 ------------------ 1 file changed, 18 deletions(-) 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