Skip to content

Commit 9f24b3c

Browse files
author
Robert Bradley
committed
Adding nightly testing
1 parent da6b02f commit 9f24b3c

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -69,21 +69,3 @@ jobs:
6969

7070
- name: Run integration tests
7171
run: npm run integration-tests
72-
73-
- name: Unit Test Report
74-
uses: phoenix-actions/test-reporting@v8
75-
id: unit-test-report
76-
if: success() || failure()
77-
with:
78-
name: Unit Tests Report
79-
path: junit.xml
80-
reporter: jest-junit
81-
82-
- name: Integration Test Report
83-
uses: phoenix-actions/test-reporting@v8
84-
id: integration-test-report
85-
if: success() || failure()
86-
with:
87-
name: Integration Test Report
88-
path: integration-test-report.xml
89-
reporter: jest-junit

0 commit comments

Comments
 (0)