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:
|
with:
|
||||||
node-version: 10.15
|
node-version: 10.15
|
||||||
- run: npm install
|
- 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
|
- uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: chromium-win-testrun.log
|
name: chromium-win-testrun.log
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue