Skip to content

Commit

Permalink
fix(test): don't output babel's debug info on the bots (#3073)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEinbinder authored Jul 21, 2020
1 parent db4e856 commit 3c151d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down Expand Up @@ -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() }}
Expand Down Expand Up @@ -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() }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3c151d8

Please sign in to comment.