Swap order of playwright install commands for CI

This commit is contained in:
Torsten Dittmann
2025-03-25 16:55:04 +01:00
parent d731785ab6
commit 5a79d2cafd

View File

@@ -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 }}