Skip to content

Commit 2e3d23f

Browse files
committed
fix: skip playwright install during setup validation
1 parent 50993fc commit 2e3d23f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
env:
3232
# Kept getting npm ECOMPROMISED errors on windows. This fixed it.
3333
npm_config_cache: ${{ runner.temp }}/npm-cache
34+
SKIP_PLAYWRIGHT: true
3435

3536
- name: ʦ TypeScript
3637
run: npm run typecheck

0 commit comments

Comments
 (0)