Skip to content

Commit

Permalink
test reporter with specs2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLawes committed Aug 24, 2023
1 parent 9e5d547 commit dc23182
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ 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
path: notification/target/specs2-reports/stats/notification-*.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 dc23182

Please sign in to comment.