Skip to content

Commit

Permalink
chore: enable ff unit tests again (#6861)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfranklin committed Feb 18, 2021
1 parent d66389b commit 00d88ef
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Expand Up @@ -60,13 +60,12 @@ 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 unit tests on Firefox
env:
FIREFOX: true
MOZ_WEBRENDER: 0
run: |
xvfb-run --auto-servernum npm run funit
- name: Run browser tests
run: |
npm run test-browser
Expand Down

0 comments on commit 00d88ef

Please sign in to comment.