Skip to content

Commit

Permalink
remove test reporter for scala tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLawes committed Aug 24, 2023
1 parent 8488d75 commit 98c950f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,6 @@ jobs:
- name: Compile, test and package
run: sbt "project notification" "compile" "test" "debian:packageBin"

- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if previous step failed
with:
name: Tests
notification/target/specs2-reports/stats
path: notification/target/specs2-reports/stats/*.stats
reporter: java-junit
only-summary: 'false'
fail-on-error: 'true'

- name: Upload to riff-raff
uses: guardian/actions-riff-raff@v2
with:
Expand Down

0 comments on commit 98c950f

Please sign in to comment.