try another approach for windows
This commit is contained in:
parent
3772c84421
commit
015e1bf4dd
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -57,7 +57,9 @@ jobs:
|
|||
with:
|
||||
node-version: 10.15
|
||||
- run: npm install
|
||||
- run: set DEBUG=* & npm run ctest
|
||||
- run: npm run ctest
|
||||
env:
|
||||
DEBUG: *
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: chromium-win-testrun.log
|
||||
|
|
|
|||
Loading…
Reference in a new issue