This reverts commit c3445b102f
.
This commit is contained in:
parent
66d45f55b9
commit
5b5d511600
7
.github/workflows/snapshot_release.yml
vendored
7
.github/workflows/snapshot_release.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
browser: ['edge', 'chrome', 'firefox']
|
browser: ['edge', 'chrome']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2.3.4
|
||||||
@ -68,11 +68,6 @@ jobs:
|
|||||||
npm i -g yarn
|
npm i -g yarn
|
||||||
yarn install
|
yarn install
|
||||||
|
|
||||||
- name: Disable multi-process on firefox
|
|
||||||
if: matrix.browser == 'firefox'
|
|
||||||
run: |
|
|
||||||
export MOZ_FORCE_DISABLE_E10S=1
|
|
||||||
|
|
||||||
- name: Lint with ES-Lint & Prettier
|
- name: Lint with ES-Lint & Prettier
|
||||||
run: |
|
run: |
|
||||||
cd ./main/tests/cypress
|
cd ./main/tests/cypress
|
||||||
|
Loading…
Reference in New Issue
Block a user