We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a79d2c commit 386296cCopy full SHA for 386296c
.github/workflows/tests.yml
@@ -62,7 +62,7 @@ jobs:
62
- name: Install dependencies
63
run: pnpm install --frozen-lockfile
64
- name: Install playwright dependencies
65
- run: pnpm exec playwright install-deps && pnpm exec playwright install
+ run: pnpm exec playwright install --with-deps chromium
66
- name: Run tests
67
env:
68
PUBLIC_APPWRITE_ENDPOINT: ${{ vars.PUBLIC_APPWRITE_ENDPOINT }}
0 commit comments