check if there is output

This commit is contained in:
Andrey Lushnikov 2020-02-14 17:16:29 -08:00
parent d9e6a7a17b
commit 3772c84421

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: set DEBUG=* & npm run ctest
- uses: actions/upload-artifact@v1
with:
name: chromium-win-testrun.log