turns out it is powershell on win
This commit is contained in:
parent
d4aa39c13f
commit
d36df3da8b
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -57,7 +57,7 @@ jobs:
|
|||
with:
|
||||
node-version: 10.15
|
||||
- run: npm install
|
||||
- run: set DEBUG=* & npm run ctest 2>chromium-win-testrun.log
|
||||
- run: env:DEBUG='*'; npm run ctest 2>chromium-win-testrun.log
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: chromium-win-testrun.log
|
||||
|
|
|
|||
Loading…
Reference in a new issue