File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737 runs-on : ${{ matrix.runner.runs-on }}
3838 needs : get-matrix
3939 env :
40- JUNIT_REPORT : ~
40+ JUNIT_REPORT_PATH : ~
4141 strategy :
4242 fail-fast : false
4343 matrix :
@@ -160,17 +160,17 @@ jobs:
160160 # - name: Report coverage
161161
162162 - name : Unit tests
163- if : ${{ env.JUNIT_REPORT != '' }}
163+ if : ${{ env.JUNIT_REPORT_PATH != '' }}
164164 uses : phoenix-actions/test-reporting@v15
165165 with :
166166 name : Tests report
167- path : ${{ env.JUNIT_REPORT }}
167+ path : ${{ env.JUNIT_REPORT_PATH }}
168168 reporter : java-junit
169169 output-to : step-summary
170170
171171 - name : Upload artifacts
172172 uses : actions/upload-artifact@v4
173173 if : always()
174174 with :
175- name : foo-output-${{ matrix.runner.setup }}
175+ name : foo-output-${{ matrix.runner.name }}
176176 path : /opt/foo/output
You can’t perform that action at this time.
0 commit comments