Skip to content

Commit 3242917

Browse files
disable no-experimental-strip-types
1 parent ea25f77 commit 3242917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

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

2929
- name: Run Playwright Tests
30-
run: npx playwright test
30+
run: NODE_OPTIONS="--no-experimental-strip-types" npx playwright test
3131

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

0 commit comments

Comments
 (0)