Skip to content

Commit

Permalink
try powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulic committed Oct 10, 2023
1 parent 69d5753 commit 2743324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2743324

Please sign in to comment.