File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 66
66
- name : Create "unit tests" reports directory
67
67
if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
68
68
id : unit-tests-coverage-group
69
- uses : yoanm/temp-reports-group-workspace/gha- create@v0
69
+ uses : yoanm/temp-reports-group-workspace/create-group @v0
70
70
with :
71
71
name : unit-tests
72
72
format : clover
79
79
- name : Create "functional tests" coverage group
80
80
if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
81
81
id : functional-tests-coverage-group
82
- uses : yoanm/temp-reports-group-workspace/gha- create@v0
82
+ uses : yoanm/temp-reports-group-workspace/create-group @v0
83
83
with :
84
84
name : functional-tests
85
85
format : clover
Original file line number Diff line number Diff line change @@ -17,13 +17,12 @@ jobs:
17
17
checks : write # For the check run creation !
18
18
steps :
19
19
- name : ' Check run ○'
20
- uses : yoanm/temp-reports-group-workspace/gha-attach-check-run-to-triggering-workflow@v0
21
- if : ${{ 'workflow_run' == github.event_name }}
20
+ uses : yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@v0
22
21
with :
23
22
name : ' Fetch triggering workflow metadata'
24
23
fails-on-triggering-workflow-failure : true
25
24
26
- - uses : yoanm/temp-reports-group-workspace/gha- fetch-workflow-metadata@v0
25
+ - uses : yoanm/temp-reports-group-workspace/utils/ fetch-workflow-metadata@v0
27
26
id : fetch-workflow-metadata
28
27
29
28
outputs :
You can’t perform that action at this time.
0 commit comments