mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
Swap order of playwright install commands for CI
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Install playwright dependencies
|
||||
run: pnpm exec playwright install && pnpm exec playwright install-deps
|
||||
run: pnpm exec playwright install-deps && pnpm exec playwright install
|
||||
- name: Run tests
|
||||
env:
|
||||
PUBLIC_APPWRITE_ENDPOINT: ${{ vars.PUBLIC_APPWRITE_ENDPOINT }}
|
||||
|
||||
Reference in New Issue
Block a user