Skip to content

Commit

Permalink
devops: remove verbose on WebKit Win on Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Mar 13, 2020
1 parent a96dec5 commit 19dd233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -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*"
Expand Down

0 comments on commit 19dd233

Please sign in to comment.