Skip to content

Commit b84b21a

Browse files
authored
Fix CI (#28)
1 parent 57728e7 commit b84b21a

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/CI.yml

+2-2
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

+4-5
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
checks: write # For the check run creation !
1414
steps:
1515
- name: 'Check run ○'
16-
uses: yoanm/tmp-reports-group-workspace/.github/actions/attach-check-run-to-triggering-workflow-action@develop
16+
uses: yoanm/temp-reports-group-workspace/.github/actions/attach-check-run-to-triggering-workflow-action@develop
1717
with:
1818
name: 'Fetch coverage info'
1919
fails-on-triggering-workflow-failure: true
2020

21-
- uses: yoanm/tmp-reports-group-workspace/.github/actions/fetch-workflow-metadata-action@develop
21+
- uses: yoanm/temp-reports-group-workspace/.github/actions/fetch-workflow-metadata-action@develop
2222
id: fetch-workflow-metadata
2323

2424
outputs:
@@ -28,7 +28,7 @@ jobs:
2828
codacy-uploader:
2929
name: Codacy
3030
needs: [fetch-info]
31-
uses: yoanm/tmp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@develop
31+
uses: yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@develop
3232
permissions:
3333
contents: read
3434
checks: write # For the check run creation !
@@ -37,12 +37,11 @@ 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
4443
needs: [fetch-info]
45-
uses: yoanm/tmp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@develop
44+
uses: yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@develop
4645
permissions:
4746
contents: read
4847
checks: write # For the check run creation !

0 commit comments

Comments
 (0)