Skip to content

Commit cda03b6

Browse files
committed
fix(ci): add job-tag to artifacts being pushed
1 parent 8bb3067 commit cda03b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
job-tag:
1717
description: Additional tag to prevent collision on GCP VM naming
1818
type: string
19-
default: ''
19+
default: 'main'
2020
vms:
2121
description: JSON encoded list of vms to run tests on
2222
type: string
@@ -152,7 +152,7 @@ jobs:
152152
continue-on-error: true
153153
uses: actions/upload-artifact@v4
154154
with:
155-
name: ${{ matrix.vm }}-test-logs
155+
name: ${{ matrix.vm }}-${{ inputs.job-tag }}-test-logs
156156
path: |
157157
/tmp/fact/tests/logs
158158
/tmp/fact/tests/*-results.xml

0 commit comments

Comments
 (0)