ci: set MOZ_LOG

This commit is contained in:
Alex Rudenko 2024-04-29 10:44:53 +02:00 committed by Alex Rudenko
parent fb56826f42
commit 2c5a92db98

View File

@ -307,6 +307,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"
- 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