From 371f83fe133b5039bd099af596166aff95c15071 Mon Sep 17 00:00:00 2001 From: Andrea Settimi Date: Wed, 17 Apr 2024 09:51:02 +0200 Subject: [PATCH] WIP: DEBUG CI --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 58470a1..b06f830 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -153,7 +153,7 @@ jobs: run: | npm install npm install @types/vscode - npm install @types/jest --save-dev + npm install @types/mocha --save-dev # Replace this line - name: Download artifact uses: actions/download-artifact@v2