We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ec5ca commit a99daaeCopy full SHA for a99daae
.github/workflows/unit-test.yml
@@ -90,6 +90,7 @@ jobs:
90
91
- name: Build 🔧
92
run: |
93
+ npm config set script-shell "C:\\Program Files\\git\\bin\\bash.exe"
94
npm run compile
95
96
- name: Unit tests
0 commit comments