Skip to content

Commit

Permalink
ci: set MOZ_LOG
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandescottes committed May 2, 2024
1 parent 33e5ab1 commit 8b06318
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -301,6 +301,8 @@ jobs:
- name: Run all tests (for non-Linux)
if: ${{ matrix.os != 'ubuntu-latest' }}
run: npm run test -- --shard '${{ matrix.shard }}' --test-suite ${{ matrix.suite }} --save-stats-to /tmp/artifacts/${{ github.event_name }}_INSERTID.json
env:
MOZ_LOG: 'BCWebProgress:5,process:5'
- name: Run all tests (for Linux)
if: ${{ matrix.os == 'ubuntu-latest' }}
run: xvfb-run --auto-servernum npm run test -- --shard '${{ matrix.shard }}' --test-suite ${{ matrix.suite }} --save-stats-to /tmp/artifacts/${{ github.event_name }}_INSERTID.json
Expand Down

0 comments on commit 8b06318

Please sign in to comment.