We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc1593 commit 8c15592Copy full SHA for 8c15592
1 file changed
.github/workflows/ci.yaml
@@ -20,6 +20,8 @@ jobs:
20
run: ./scripts/generate-env.sh
21
- name: Install Dependencies
22
run: pnpm install --frozen-lockfile
23
+ - name: Install Playwright
24
+ run: pnpm --filter "@opendatacapture/e2e" exec playwright install --with-deps
25
- name: Lint
26
run: pnpm lint
27
- name: Test
0 commit comments