We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d731785 commit 5a79d2cCopy full SHA for 5a79d2c
.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 && pnpm exec playwright install-deps
+ run: pnpm exec playwright install-deps && pnpm exec playwright install
66
- name: Run tests
67
env:
68
PUBLIC_APPWRITE_ENDPOINT: ${{ vars.PUBLIC_APPWRITE_ENDPOINT }}
0 commit comments