Skip to content

Commit

Permalink
Do the old testing again
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Nov 30, 2024
1 parent 279e031 commit 68cfec9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
run: diff newcodecov .github/jobs/uploadcodecov.sh
- name: Run the unit tests
run: .github/jobs/unit-tests.sh ${{ matrix.PHPVERSION }} ${{ matrix.TEST }}
#- name: Download latest codecov upload script
# run: wget https://codecov.io/bash -O newcodecov
#- name: Detect changes to manually verify
# run: diff newcodecov .github/jobs/uploadcodecov.sh
- name: Download latest codecov upload script
run: wget https://codecov.io/bash -O newcodecov
- name: Detect changes to manually verify
run: diff newcodecov .github/jobs/uploadcodecov.sh
#- name: Publish Test Results
# uses: EnricoMi/publish-unit-test-result-action@v2
# if: always()
Expand Down

0 comments on commit 68cfec9

Please sign in to comment.