turns out it is powershell on win

This commit is contained in:
Andrey Lushnikov 2020-02-14 17:04:54 -08:00
parent d4aa39c13f
commit d36df3da8b

View file

@ -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