Skip to content

Commit 3c151d8

Browse files
fix(test): don't output babel's debug info on the bots (#3073)
1 parent db4e856 commit 3c151d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- run: xvfb-run --auto-servernum -- bash -c "ulimit -c unlimited && npm run jest -- --testTimeout=30000"
4141
env:
4242
BROWSER: ${{ matrix.browser }}
43-
DEBUG: "*,-pw:wrapped*"
43+
DEBUG: "pw:*,-pw:wrapped*"
4444
DEBUG_FILE: "testrun.log"
4545
- uses: actions/upload-artifact@v1
4646
if: ${{ always() }}
@@ -76,7 +76,7 @@ jobs:
7676
- run: npm run jest -- --testTimeout=30000
7777
env:
7878
BROWSER: ${{ matrix.browser }}
79-
DEBUG: "*,-pw:wrapped*"
79+
DEBUG: "pw:*,-pw:wrapped*"
8080
DEBUG_FILE: "testrun.log"
8181
- uses: actions/upload-artifact@v1
8282
if: ${{ always() }}
@@ -113,7 +113,7 @@ jobs:
113113
shell: bash
114114
env:
115115
BROWSER: ${{ matrix.browser }}
116-
DEBUG: "*,-pw:wrapped*"
116+
DEBUG: "pw:*,-pw:wrapped*"
117117
DEBUG_FILE: "testrun.log"
118118
- uses: actions/upload-artifact@v1
119119
if: ${{ always() }}
@@ -212,7 +212,7 @@ jobs:
212212
- run: xvfb-run --auto-servernum -- bash -c "ulimit -c unlimited && npm run jest -- --testTimeout=30000"
213213
env:
214214
BROWSER: ${{ matrix.browser }}
215-
DEBUG: "*,-pw:wrapped*"
215+
DEBUG: "pw:*,-pw:wrapped*"
216216
DEBUG_FILE: "testrun.log"
217217
PWCHANNEL: ${{ matrix.transport }}
218218
- uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)