Skip to content

Commit 5e9a8aa

Browse files
authored
Merge pull request #902 from jsonwebtoken/fix-test-command
Fix test command for prod deploys
2 parents c396f13 + 2186265 commit 5e9a8aa

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)