devops: enable debugging on WK Windows

This commit is contained in:
Andrey Lushnikov 2020-02-13 17:48:45 -08:00 committed by GitHub
parent 4d7e531520
commit b041ce6219
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,9 @@ jobs:
with:
node-version: 10.15
- run: npm install
- run: npm run wtest
- run: npm run wtest -- --verbose
env:
DEBUG: "*launch*"
tests_mac_chromium:
name: "Mac + CR"