Skip to content

Commit 8c48547

Browse files
Michael Vasseurvmcj
authored andcommitted
First setup
Stash the first part Actually use a list Should work?
1 parent 44048b8 commit 8c48547

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ jobs:
4646
run: diff newcodecov .github/jobs/uploadcodecov.sh
4747
- name: Run the unit tests
4848
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
4955
- name: Upload artifact for debugging
5056
uses: actions/upload-artifact@v3
5157
with:

0 commit comments

Comments
 (0)