We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c396f13 commit 2186265Copy full SHA for 2186265
.github/workflows/production.yaml
@@ -28,7 +28,7 @@ jobs:
28
run: npx playwright install --with-deps
29
30
- name: Run Playwright Tests
31
- run: npx playwright test
+ run: NODE_OPTIONS="--no-experimental-strip-types" npx playwright test
32
33
- name: Upload Playwright Traces
34
if: failure()
0 commit comments