Skip to content

Commit

Permalink
Install vsce in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mfelsche committed Jun 19, 2024
1 parent a95787f commit 789f25e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ jobs:
image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder:release
steps:
- uses: actions/[email protected]
- name: Install dependencies
run: apk add --update --no-cache npm
- name: Test
run: make test config=debug
- name: Install npm
run: apk add --update --no-cache npm
- name: Install vsce
run: npm install -g @vscode/vsce
- name: Test creation of vscode extension
run: make vscode_extension config=debug

0 comments on commit 789f25e

Please sign in to comment.