There was an error while loading. Please reload this page.
1 parent 132647a commit 252d0e4Copy full SHA for 252d0e4
2 files changed
.github/workflows/ci.yml
@@ -96,7 +96,7 @@ jobs:
96
run: HUSKY=0 pnpm run ci:install
97
98
- name: Install Playwright browsers
99
- run: pnpm exec playwright install --with-deps chromium
+ run: pnpm --filter @idpass/data-collect-admin exec playwright install --with-deps chromium
100
101
- name: Run pr-check
102
env:
.github/workflows/e2e.yml
@@ -100,7 +100,7 @@ jobs:
# --- Install Playwright browsers ---
103
104
105
# --- Backend e2e tests ---
106
- name: Run backend e2e tests
0 commit comments