Skip to content

Commit

Permalink
WIP: testing CI for vsce DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Apr 16, 2024
1 parent 8372a56 commit 8bedd5d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,13 @@ jobs:
- name: Install TypeScript
run: npm install -g typescript

- name: Install dependencies
run: |
npm install
npm install @types/vscode
npm install @types/mocha --save-dev # If you're using Mocha
npm install @types/jest --save-dev # If you're using Jest
- name: Download artifact
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 8bedd5d

Please sign in to comment.