chore(workflows/CI): skip PhantomJS on MacOS, too
This commit is contained in:
parent
92e92ab4c3
commit
df49d5e14d
|
@ -31,20 +31,15 @@ jobs:
|
|||
- name: Wire dependencies
|
||||
run: ./tasks/wiredeps_github
|
||||
- name: Build
|
||||
env:
|
||||
TEST_BROWSERS: PhantomJS,ChromeHeadless
|
||||
if: matrix.os == 'macos-latest'
|
||||
run: npm run all
|
||||
- name: Build
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
env:
|
||||
COVERAGE: 1
|
||||
TEST_BROWSERS: Firefox,PhantomJS,ChromeHeadless
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: xvfb-run npm run all
|
||||
- name: Build
|
||||
if: matrix.os != 'ubuntu-latest'
|
||||
env:
|
||||
TEST_BROWSERS: ChromeHeadless
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: npm run all
|
||||
- name: Upload Coverage
|
||||
run: npx codecov
|
||||
|
|
Loading…
Reference in New Issue