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 9012d65 commit 15546f7Copy full SHA for 15546f7
.github/workflows/build-test-release.yml
@@ -138,7 +138,7 @@ jobs:
138
SPLUNK_HOME=/opt/splunk/ poetry run pytest --junitxml=test-results/results.xml -v tests/integration
139
- uses: actions/upload-artifact@v4
140
with:
141
- name: test-splunk
+ name: test-splunk-${{ matrix.splunk.version }}-${{ matrix.python-version }}
142
path: test-results
143
144
publish:
0 commit comments