mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: enable ff unit tests again (#6861)
This commit is contained in:
parent
d66389ba7e
commit
00d88ef0d8
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user