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 da6b02f commit 9f24b3c
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,3 @@ jobs:

- name: Run integration tests
run: npm run integration-tests

- name: Unit Test Report
uses: phoenix-actions/test-reporting@v8
id: unit-test-report
if: success() || failure()
with:
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 9f24b3c

Please sign in to comment.