Skip to content

Commit 68cfec9

Browse files
committed
Do the old testing again
1 parent 279e031 commit 68cfec9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/unit-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ 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: Download latest codecov upload script
50-
# run: wget https://codecov.io/bash -O newcodecov
51-
#- name: Detect changes to manually verify
52-
# run: diff newcodecov .github/jobs/uploadcodecov.sh
49+
- name: Download latest codecov upload script
50+
run: wget https://codecov.io/bash -O newcodecov
51+
- name: Detect changes to manually verify
52+
run: diff newcodecov .github/jobs/uploadcodecov.sh
5353
#- name: Publish Test Results
5454
# uses: EnricoMi/publish-unit-test-result-action@v2
5555
# if: always()

0 commit comments

Comments
 (0)