Skip to content

Commit

Permalink
First setup
Browse files Browse the repository at this point in the history
Stash the first part

Actually use a list

Should work?
  • Loading branch information
Michael Vasseur authored and vmcj committed Dec 1, 2024
1 parent 44048b8 commit 8c48547
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
run: diff newcodecov .github/jobs/uploadcodecov.sh
- name: Run the unit tests
run: .github/jobs/unit-tests.sh ${{ matrix.PHPVERSION }} ${{ matrix.TEST }}
#- name: Publish Test Results
# uses: EnricoMi/publish-unit-test-result-action@v2
# if: always()
# with:
# files: |
# test-results/**/*.xml
- name: Upload artifact for debugging
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 8c48547

Please sign in to comment.