We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ce587 commit dbaf5c5Copy full SHA for dbaf5c5
1 file changed
.github/workflows/integration-test.yml
@@ -41,7 +41,7 @@ jobs:
41
if: inputs.flavor == 'cpp'
42
with:
43
path: test/cpp/.xwin-cache
44
- key: xwin-cache
+ key: xwin-cache-${{ inputs.runner }}
45
restore-keys: |
46
xwin-cache
47
- run: bats --formatter junit test/${{ inputs.flavor }}/integration-tests.bats | tee test-report-${{ inputs.flavor }}-${{ inputs.runner }}.xml
0 commit comments