Skip to content

Commit 4656553

Browse files
Install Playwright system dependencies in CI workflow
1 parent dc4819d commit 4656553

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,9 @@ jobs:
6262
- name: Install dependencies
6363
run: pnpm install --frozen-lockfile
6464
- name: Install playwright dependencies
65-
run: pnpm exec playwright install
65+
run: pnpm exec playwright install && pnpm exec playwright install-deps
6666
- name: Run tests
6767
env:
68-
NODE_OPTIONS: '--max_old_space_size=16384'
6968
PUBLIC_APPWRITE_ENDPOINT: ${{ vars.PUBLIC_APPWRITE_ENDPOINT }}
7069
PUBLIC_APPWRITE_DASHBOARD: ${{ vars.PUBLIC_APPWRITE_DASHBOARD }}
7170
PUBLIC_APPWRITE_PROJECT_ID: ${{ vars.PUBLIC_APPWRITE_PROJECT_ID }}

0 commit comments

Comments
 (0)