devops: remove verbose on WebKit Win on Github Actions

This commit is contained in:
Andrey Lushnikov 2020-03-13 14:44:49 -07:00
parent a96dec58c8
commit 19dd2338d9

View File

@ -127,7 +127,7 @@ jobs:
with:
node-version: 10.15
- run: npm install
- run: npm run wtest -- --verbose 2>./webkit-win-testrun.log
- run: npm run wtest 2>./webkit-win-testrun.log
shell: bash
env:
DEBUG: "*,-pw:wrapped*"