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 ea1a932 commit f32bc72Copy full SHA for f32bc72
.github/workflows/build.yml
@@ -1043,7 +1043,7 @@ jobs:
1043
uses: actions/upload-artifact@v4
1044
if: always()
1045
with:
1046
- name: E2E Test Dump ${{ matrix.label || matrix.test-application }}
+ name: E2E Test Dump (${{ matrix.label || matrix.test-application }})
1047
path: dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}/event-dumps
1048
overwrite: true
1049
retention-days: 7
0 commit comments