File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 90
90
- name : Create "unit tests" reports group
91
91
if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
92
92
id : unit-tests-coverage-group
93
- uses : yoanm/temp-reports-group-workspace/.github/actions/create-action @v0
93
+ uses : yoanm/temp-reports-group-workspace/.github/actions/gha-create @v0
94
94
with :
95
95
name : unit-tests
96
96
format : clover
@@ -104,7 +104,7 @@ jobs:
104
104
- name : Create "functional tests" reports group
105
105
if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
106
106
id : functional-tests-coverage-group
107
- uses : yoanm/temp-reports-group-workspace/.github/actions/create-action @v0
107
+ uses : yoanm/temp-reports-group-workspace/.github/actions/gha-create @v0
108
108
with :
109
109
name : functional-tests
110
110
format : clover
You can’t perform that action at this time.
0 commit comments