Skip to content

Commit fddd7d2

Browse files
committed
ci: install npm dependencies for cagent
Signed-off-by: David Karlsson <[email protected]>
1 parent 02d82e2 commit fddd7d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/agent.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
git config user.name "github-actions[bot]"
2727
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
2828
29+
- name: Install dependencies
30+
run: npm ci
31+
2932
- name: Create branch
3033
run: |
3134
git checkout -b agent/issue-${{ github.event.issue.number }}

0 commit comments

Comments
 (0)