Merge remote-tracking branch 'origin/master'

This commit is contained in:
Hosted Weblate 2021-05-01 22:19:41 +02:00
commit d8d7b83927

View File

@ -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