From 18f2f74b87d5bd8ef34d2f6ee5127b714a5bf59a Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Thu, 14 Mar 2024 09:32:13 -0400 Subject: [PATCH] Remove test reporter --- .github/workflows/continuous-integration.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 86f6a2d..ba26ac8 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -1,15 +1,12 @@ name: Continuous Integration on: - push: - branches: - - main pull_request: branches: - main + workflow_dispatch: permissions: - actions: read checks: write contents: read @@ -45,11 +42,3 @@ jobs: - name: Test id: test run: npm run ci-test - - - name: Report Tests - id: report - uses: dorny/test-reporter@v1 - with: - name: Test Report - path: reports/jest-*.xml - reporter: jest-junit