We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8048aa0 commit f078019Copy full SHA for f078019
.github/workflows/reusable-CI-workflow.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Create "unit tests" reports group
91
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
92
id: unit-tests-coverage-group
93
- uses: yoanm/temp-reports-group-workspace/.github/actions/create-action@develop
+ uses: yoanm/temp-reports-group-workspace/gha-create@v0
94
with:
95
name: unit-tests
96
format: clover
@@ -104,7 +104,7 @@ jobs:
104
- name: Create "functional tests" coverage group
105
106
id: functional-tests-coverage-group
107
108
109
name: functional-tests
110
0 commit comments