Skip to content

Commit 02fa0aa

Browse files
committed
Finish
1 parent 8c97a3c commit 02fa0aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/reusable-CI-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Create "unit tests" reports directory
6767
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
6868
id: unit-tests-coverage-group
69-
uses: yoanm/temp-reports-group-workspace/gha-create@from-sub-folders
69+
uses: yoanm/temp-reports-group-workspace/gha-create@v0
7070
with:
7171
name: unit-tests
7272
format: clover
@@ -79,7 +79,7 @@ jobs:
7979
- name: Create "functional tests" coverage group
8080
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
8181
id: functional-tests-coverage-group
82-
uses: yoanm/temp-reports-group-workspace/gha-create@from-sub-folders
82+
uses: yoanm/temp-reports-group-workspace/gha-create@v0
8383
with:
8484
name: functional-tests
8585
format: clover

.github/workflows/reusable-coverage-upload-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
codacy-uploader:
3636
name: Codacy
3737
needs: [fetch-info]
38-
uses: yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@from-sub-folders
38+
uses: yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@v0
3939
permissions:
4040
contents: read
4141
checks: write # For the check run creation !
@@ -52,7 +52,7 @@ jobs:
5252
codecov-uploader:
5353
name: Codecov
5454
needs: [fetch-info]
55-
uses: yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@from-sub-folders
55+
uses: yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@v0
5656
permissions:
5757
contents: read
5858
checks: write # For the check run creation !

0 commit comments

Comments
 (0)