fix: use headless

This commit is contained in:
Marc Diaz
2026-04-07 13:02:11 -04:00
parent 6bff2a2a2c
commit b65c68d139
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
node-version: 22
cache: npm
- run: npm ci
- run: npx playwright install --with-deps chromium
- run: npx playwright install --with-deps chromium-headless-shell
- run: npm run test:browser
build: