Skip to content

Commit 154df94

Browse files
committed
cd into packages/agent before install playwright browers.
1 parent a9c4480 commit 154df94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: pnpm build
3737

3838
- name: Install browsers
39-
run: pnpm exec playwright install --with-deps chromium
39+
run: cd packages/agent && pnpm exec playwright install --with-deps chromium
4040

4141
- name: Test
4242
run: pnpm test

0 commit comments

Comments
 (0)