Skip to content

Commit 80d8fac

Browse files
committed
rm no-ff
1 parent 5f3d97e commit 80d8fac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: 24
2626
cache: 'pnpm'
2727
- run: pnpm i
28-
- run: npx playwright install --with-deps --no-ff
28+
- run: npx playwright install --with-deps
2929
- run: pnpm build
3030
- run: xvfb-run --auto-servernum --server-args="-screen 0 1920x1080x24" pnpm test
3131
- name: upload video

0 commit comments

Comments
 (0)