From 19dd2338d997d8c7930444fc28a287fc54a5159c Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 13 Mar 2020 14:44:49 -0700 Subject: [PATCH] devops: remove verbose on WebKit Win on Github Actions --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 87ab4fa950..506c7eb5c3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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*"