devops: remove verbose on WebKit Win on Github Actions
This commit is contained in:
parent
a96dec58c8
commit
19dd2338d9
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -127,7 +127,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 10.15
|
node-version: 10.15
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run wtest -- --verbose 2>./webkit-win-testrun.log
|
- run: npm run wtest 2>./webkit-win-testrun.log
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
DEBUG: "*,-pw:wrapped*"
|
DEBUG: "*,-pw:wrapped*"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue