Skip to content

Commit

Permalink
Remove test reporter from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Mar 14, 2024
1 parent 8ea367d commit a58e7dd
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: Continuous Integration

on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

permissions:
actions: read
checks: write
contents: read

Expand Down Expand Up @@ -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

0 comments on commit a58e7dd

Please sign in to comment.