Skip to content

Commit

Permalink
chore: add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jschfflr committed Feb 11, 2021
1 parent f7c9166 commit a621848
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Expand Up @@ -40,6 +40,12 @@ jobs:
run: |
npm run build
- name: Run unit tests on Firefox
env:
FIREFOX: true
run: |
DEBUG=puppeteer:* xvfb-run --auto-servernum npm run funit
- name: Run code checks
run: |
npm run lint
Expand All @@ -60,13 +66,6 @@ jobs:
xvfb-run --auto-servernum npm run unit-with-coverage
xvfb-run --auto-servernum npm run assert-unit-coverage
# Temporarily disabled due to Firefox Nightly flakes.
# - name: Run unit tests on Firefox
# env:
# FIREFOX: true
# run: |
# xvfb-run --auto-servernum npm run funit

- name: Run browser tests
run: |
npm run test-browser
Expand Down

0 comments on commit a621848

Please sign in to comment.