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 44048b8 commit 8c48547Copy full SHA for 8c48547
.github/workflows/unit-tests.yml
@@ -46,6 +46,12 @@ jobs:
46
run: diff newcodecov .github/jobs/uploadcodecov.sh
47
- name: Run the unit tests
48
run: .github/jobs/unit-tests.sh ${{ matrix.PHPVERSION }} ${{ matrix.TEST }}
49
+ #- name: Publish Test Results
50
+ # uses: EnricoMi/publish-unit-test-result-action@v2
51
+ # if: always()
52
+ # with:
53
+ # files: |
54
+ # test-results/**/*.xml
55
- name: Upload artifact for debugging
56
uses: actions/upload-artifact@v3
57
with:
0 commit comments