Skip to content

Commit 8c15592

Browse files
committed
add playwright install
1 parent 3cc1593 commit 8c15592

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
run: ./scripts/generate-env.sh
2121
- name: Install Dependencies
2222
run: pnpm install --frozen-lockfile
23+
- name: Install Playwright
24+
run: pnpm --filter "@opendatacapture/e2e" exec playwright install --with-deps
2325
- name: Lint
2426
run: pnpm lint
2527
- name: Test

0 commit comments

Comments
 (0)