From 3c151d8f1d5cb16ab24281ab8f50d48596629723 Mon Sep 17 00:00:00 2001 From: Joel Einbinder Date: Tue, 21 Jul 2020 16:23:46 -0700 Subject: [PATCH] fix(test): don't output babel's debug info on the bots (#3073) --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1b4f396de5..b07cc80928 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: - run: xvfb-run --auto-servernum -- bash -c "ulimit -c unlimited && npm run jest -- --testTimeout=30000" env: BROWSER: ${{ matrix.browser }} - DEBUG: "*,-pw:wrapped*" + DEBUG: "pw:*,-pw:wrapped*" DEBUG_FILE: "testrun.log" - uses: actions/upload-artifact@v1 if: ${{ always() }} @@ -76,7 +76,7 @@ jobs: - run: npm run jest -- --testTimeout=30000 env: BROWSER: ${{ matrix.browser }} - DEBUG: "*,-pw:wrapped*" + DEBUG: "pw:*,-pw:wrapped*" DEBUG_FILE: "testrun.log" - uses: actions/upload-artifact@v1 if: ${{ always() }} @@ -113,7 +113,7 @@ jobs: shell: bash env: BROWSER: ${{ matrix.browser }} - DEBUG: "*,-pw:wrapped*" + DEBUG: "pw:*,-pw:wrapped*" DEBUG_FILE: "testrun.log" - uses: actions/upload-artifact@v1 if: ${{ always() }} @@ -212,7 +212,7 @@ jobs: - run: xvfb-run --auto-servernum -- bash -c "ulimit -c unlimited && npm run jest -- --testTimeout=30000" env: BROWSER: ${{ matrix.browser }} - DEBUG: "*,-pw:wrapped*" + DEBUG: "pw:*,-pw:wrapped*" DEBUG_FILE: "testrun.log" PWCHANNEL: ${{ matrix.transport }} - uses: actions/upload-artifact@v1