From 27433243e4f745476c2982e6085731079b2f6035 Mon Sep 17 00:00:00 2001 From: Darko Kulic Date: Tue, 10 Oct 2023 14:50:18 +0200 Subject: [PATCH] try powershell --- .github/workflows/verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index f7d98a7..23c9ba2 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -172,10 +172,10 @@ jobs: - name: Install tests-js (bundler) # env: # VCINSTALLDIR: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC - run: cd tests-js && npm install + run: cd tests-js && npm config set script-shell=powershell && npm install - name: Lint tests-js - run: cd tests-js && npm config set script-shell=powershell && npm run check + run: cd tests-js && npm run check - name: Test tests-js (bundler) if: false # TODO that check is not supported yet for bundler build