devops: enable debugging on WK Windows
This commit is contained in:
parent
4d7e531520
commit
b041ce6219
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue