Skip to content

Commit 386296c

Browse files
Install only Chromium for Playwright tests
1 parent 5a79d2c commit 386296c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install dependencies
6363
run: pnpm install --frozen-lockfile
6464
- name: Install playwright dependencies
65-
run: pnpm exec playwright install-deps && pnpm exec playwright install
65+
run: pnpm exec playwright install --with-deps chromium
6666
- name: Run tests
6767
env:
6868
PUBLIC_APPWRITE_ENDPOINT: ${{ vars.PUBLIC_APPWRITE_ENDPOINT }}

0 commit comments

Comments
 (0)