Skip to content

Commit 2186265

Browse files
committed
fix test command for prod deploys
1 parent c396f13 commit 2186265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npx playwright install --with-deps
2929

3030
- name: Run Playwright Tests
31-
run: npx playwright test
31+
run: NODE_OPTIONS="--no-experimental-strip-types" npx playwright test
3232

3333
- name: Upload Playwright Traces
3434
if: failure()

0 commit comments

Comments
 (0)