From 015e1bf4dd56b15309d37b96c61af0bec6f27fcf Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 14 Feb 2020 17:23:15 -0800 Subject: [PATCH] try another approach for windows --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 56f5f442e0..7b9afbf09a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -57,7 +57,9 @@ jobs: with: node-version: 10.15 - run: npm install - - run: set DEBUG=* & npm run ctest + - run: npm run ctest + env: + DEBUG: * - uses: actions/upload-artifact@v1 with: name: chromium-win-testrun.log