Skip to content

Commit aaf06f9

Browse files
cwaldren-ldmoshegood
authored andcommitted
ci: make artifact names unique for daily integration tests (#321)
1 parent 4d657ac commit aaf06f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)