From 8bedd5dd29eadf6ac4d39a28c26da799fa1d5c88 Mon Sep 17 00:00:00 2001 From: Andrea Settimi Date: Tue, 16 Apr 2024 23:31:38 +0200 Subject: [PATCH] WIP: testing CI for vsce DEBUG --- .github/workflows/publish.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6fc12bc..738d59c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: