use bash for win
This commit is contained in:
parent
946f795b6e
commit
17f85cba3d
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
|
@ -61,7 +61,8 @@ jobs:
|
|||
with:
|
||||
node-version: 10.15
|
||||
- run: npm install
|
||||
- run: npm run ctest 2>chromium-win-testrun.log
|
||||
- run: npm run ctest 2>./chromium-win-testrun.log
|
||||
shell: bash
|
||||
env:
|
||||
DEBUG: "*"
|
||||
- uses: actions/upload-artifact@v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue