File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,11 +82,11 @@ jobs:
8282 if : steps.integration-test.outcome == 'success'
8383 id : process-integration-test
8484 shell : bash
85- run : go-junit-report < raw_report.txt > junit_report_integrationtests_${{ inputs.go-version }} .xml
85+ run : go-junit-report < raw_report.txt > junit_report_integrationtests .xml
8686
8787 - name : Upload test results
8888 if : steps.process-integration-test.outcome == 'success'
8989 uses : actions/upload-artifact@v4
9090 with :
91- name : Integration-test-results-${{ inputs.environment }}-${{ inputs.go-version }}
92- path : junit_report_integrationtests_${{ inputs.go-version }} .xml
91+ name : Integration-test-results-relay-${{ inputs.branch }}- ${{ inputs.environment }}-${{ inputs.go-version }}
92+ path : junit_report_integrationtests .xml
You can’t perform that action at this time.
0 commit comments