From 3772c844212683426ff6cf3cb64724a4c848a01a Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 14 Feb 2020 17:16:29 -0800 Subject: [PATCH] check if there is output --- .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 ce7d1462d2..56f5f442e0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -57,7 +57,7 @@ jobs: with: node-version: 10.15 - run: npm install - - run: set DEBUG=* & npm run ctest 2>chromium-win-testrun.log + - run: set DEBUG=* & npm run ctest - uses: actions/upload-artifact@v1 with: name: chromium-win-testrun.log