Skip to content

Commit

Permalink
Finish
Browse files Browse the repository at this point in the history
  • Loading branch information
yoanm committed Aug 21, 2024
1 parent 8c97a3c commit 02fa0aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-CI-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Create "unit tests" reports directory
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
id: unit-tests-coverage-group
uses: yoanm/temp-reports-group-workspace/gha-create@from-sub-folders
uses: yoanm/temp-reports-group-workspace/gha-create@v0
with:
name: unit-tests
format: clover
Expand All @@ -79,7 +79,7 @@ jobs:
- name: Create "functional tests" coverage group
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
id: functional-tests-coverage-group
uses: yoanm/temp-reports-group-workspace/gha-create@from-sub-folders
uses: yoanm/temp-reports-group-workspace/gha-create@v0
with:
name: functional-tests
format: clover
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-coverage-upload-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
codacy-uploader:
name: Codacy
needs: [fetch-info]
uses: yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@from-sub-folders
uses: yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@v0
permissions:
contents: read
checks: write # For the check run creation !
Expand All @@ -52,7 +52,7 @@ jobs:
codecov-uploader:
name: Codecov
needs: [fetch-info]
uses: yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@from-sub-folders
uses: yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@v0
permissions:
contents: read
checks: write # For the check run creation !
Expand Down

0 comments on commit 02fa0aa

Please sign in to comment.