Skip to content

Commit cf5ffc1

Browse files
committed
also install all packages.
1 parent dab09db commit cf5ffc1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/issue-comment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
with:
4444
version: ${{ env.PNPM_VERSION }}
4545

46+
- name: Install dependencies
47+
run: pnpm install
48+
4649
- name: Install browsers
4750
run: cd packages/agent && pnpm exec playwright install --with-deps chromium
4851

0 commit comments

Comments
 (0)