fix crashing in form.test.ts

This commit is contained in:
konnorrogers
2024-09-19 10:43:46 -04:00
parent fb1808ae5c
commit 57c4a89453

View File

@@ -64,7 +64,7 @@ jobs:
- name: Install Playwright
run: npx playwright install --with-deps
- name: Run CSR tests
- name: Run SSR tests
# FAIL_FAST to fail on first failing test.
run: FAIL_FAST="true" SSR_ONLY="true" npm run test