chore: add ChromeHeadless to CI
This commit is contained in:
parent
8e863dad3d
commit
c2de0b26e1
|
@ -9,7 +9,7 @@ jobs:
|
||||||
before_script:
|
before_script:
|
||||||
- ./tasks/wiredeps
|
- ./tasks/wiredeps
|
||||||
script:
|
script:
|
||||||
- COVERAGE=1 TEST_BROWSERS=Firefox,PhantomJS xvfb-run npm run all
|
- COVERAGE=1 TEST_BROWSERS=Firefox,PhantomJS,ChromeHeadless xvfb-run npm run all
|
||||||
- npx codecov
|
- npx codecov
|
||||||
- stage: update integration test
|
- stage: update integration test
|
||||||
script: './tasks/stages/update-integration-test'
|
script: './tasks/stages/update-integration-test'
|
||||||
|
|
Loading…
Reference in New Issue