Skip to content

Commit 42328d0

Browse files
committed
Add additional commands
1 parent 0073d71 commit 42328d0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,13 @@ jobs:
4343
# Install gulp globally (required for build tasks)
4444
- name: Install gulp
4545
run: npm install -g gulp
46+
47+
# Install vsce (needed for packaging tasks)
48+
- name: Install vsce
49+
run: npm install -g vsce
50+
51+
# Install server dependencies (needed for integration tests and running)
52+
- name: Install dependencies
53+
run: gulp installDependencies
54+
55+

0 commit comments

Comments
 (0)