fix(test): don't output babel's debug info on the bots (#3073)
This commit is contained in:
parent
db4e856a57
commit
3c151d8f1d
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue