mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
Install Playwright system dependencies in CI workflow
This commit is contained in:
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -62,10 +62,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Install playwright dependencies
|
||||
run: pnpm exec playwright install
|
||||
run: pnpm exec playwright install && pnpm exec playwright install-deps
|
||||
- name: Run tests
|
||||
env:
|
||||
NODE_OPTIONS: '--max_old_space_size=16384'
|
||||
PUBLIC_APPWRITE_ENDPOINT: ${{ vars.PUBLIC_APPWRITE_ENDPOINT }}
|
||||
PUBLIC_APPWRITE_DASHBOARD: ${{ vars.PUBLIC_APPWRITE_DASHBOARD }}
|
||||
PUBLIC_APPWRITE_PROJECT_ID: ${{ vars.PUBLIC_APPWRITE_PROJECT_ID }}
|
||||
|
||||
Reference in New Issue
Block a user