Skip to content

Commit 7820f66

Browse files
committed
this is correct
1 parent fd96500 commit 7820f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ jobs:
971971
- name: Run E2E test
972972
working-directory: ${{ runner.temp }}/test-application
973973
timeout-minutes: 10
974-
run: pnpm ${{ matrix.assert-command || 'test:assert' }}
974+
run: ${{ matrix.assert-command || 'pnpm test:assert' }}
975975

976976
- name: Upload Playwright Traces
977977
uses: actions/upload-artifact@v4
@@ -1092,7 +1092,7 @@ jobs:
10921092
- name: Run E2E test
10931093
working-directory: ${{ runner.temp }}/test-application
10941094
timeout-minutes: 10
1095-
run: pnpm ${{ matrix.assert-command || 'test:assert' }}
1095+
run: ${{ matrix.assert-command || 'pnpm test:assert' }}
10961096

10971097
- name: Pre-process E2E Test Dumps
10981098
if: failure()

0 commit comments

Comments
 (0)