Skip to content

Commit

Permalink
Adding nightly testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Bradley committed Jan 7, 2025
1 parent 00edb1c commit da6b02f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,12 @@ jobs:
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

0 comments on commit da6b02f

Please sign in to comment.