We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6b02f commit 9f24b3cCopy full SHA for 9f24b3c
.github/workflows/tests.yml
@@ -69,21 +69,3 @@ jobs:
69
70
- name: Run integration tests
71
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
84
- id: integration-test-report
85
86
87
- name: Integration Test Report
88
- path: integration-test-report.xml
89
0 commit comments