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 fd96500 commit 7820f66Copy full SHA for 7820f66
.github/workflows/build.yml
@@ -971,7 +971,7 @@ jobs:
971
- name: Run E2E test
972
working-directory: ${{ runner.temp }}/test-application
973
timeout-minutes: 10
974
- run: pnpm ${{ matrix.assert-command || 'test:assert' }}
+ run: ${{ matrix.assert-command || 'pnpm test:assert' }}
975
976
- name: Upload Playwright Traces
977
uses: actions/upload-artifact@v4
@@ -1092,7 +1092,7 @@ jobs:
1092
1093
1094
1095
1096
1097
- name: Pre-process E2E Test Dumps
1098
if: failure()
0 commit comments