Skip to content

Commit c82193c

Browse files
authored
Fix CI (#42)
1 parent 35c06fb commit c82193c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Create "unit tests" reports group
7676
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
7777
id: unit-tests-coverage-group
78-
uses: yoanm/tmp-reports-group-workspace/.github/actions/create-action@develop
78+
uses: yoanm/temp-reports-group-workspace/.github/actions/create-action@develop
7979
with:
8080
name: unit-tests
8181
format: clover
@@ -88,7 +88,7 @@ jobs:
8888
- name: Create "functional tests" coverage group
8989
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
9090
id: functional-tests-coverage-group
91-
uses: yoanm/tmp-reports-group-workspace/.github/actions/create-action@develop
91+
uses: yoanm/temp-reports-group-workspace/.github/actions/create-action@develop
9292
with:
9393
name: functional-tests
9494
format: clover

.github/workflows/coverage-upload.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
with:
3838
artifacts-pattern: coverage-groups-*
3939
run-id: ${{ needs.fetch-info.outputs.run-id }}
40-
override-commit: ${{ needs.fetch-info.outputs.commit-sha }}
4140

4241
codecov-uploader:
4342
name: Codecov

0 commit comments

Comments
 (0)