Skip to content

Commit fd96500

Browse files
committed
use assert-command
1 parent 5b69f78 commit fd96500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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 test:assert
974+
run: pnpm ${{ matrix.assert-command || 'test:assert' }}
975975

976976
- name: Upload Playwright Traces
977977
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)