mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
ci: install npm dependencies for cagent
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
3
.github/workflows/agent.yml
vendored
3
.github/workflows/agent.yml
vendored
@@ -26,6 +26,9 @@ jobs:
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Create branch
|
||||
run: |
|
||||
git checkout -b agent/issue-${{ github.event.issue.number }}
|
||||
|
||||
Reference in New Issue
Block a user