We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb3067 commit cda03b6Copy full SHA for cda03b6
1 file changed
.github/workflows/integration-tests.yml
@@ -16,7 +16,7 @@ on:
16
job-tag:
17
description: Additional tag to prevent collision on GCP VM naming
18
type: string
19
- default: ''
+ default: 'main'
20
vms:
21
description: JSON encoded list of vms to run tests on
22
@@ -152,7 +152,7 @@ jobs:
152
continue-on-error: true
153
uses: actions/upload-artifact@v4
154
with:
155
- name: ${{ matrix.vm }}-test-logs
+ name: ${{ matrix.vm }}-${{ inputs.job-tag }}-test-logs
156
path: |
157
/tmp/fact/tests/logs
158
/tmp/fact/tests/*-results.xml
0 commit comments