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 2fa42ce commit f360e61Copy full SHA for f360e61
.github/workflows/gradle.yml
@@ -66,5 +66,5 @@ jobs:
66
- uses: actions/upload-artifact@v4 # upload test results
67
if: success() || failure() # run this step even if previous step failed
68
with:
69
- name: test-results
+ name: test-results-${{ matrix.vault }}
70
path: build/test-results/
0 commit comments