feat: add firefox for ui_tests (#3459)
* feat: add firefox for ui_tests * fix: tests stuck on firefox * restore pull_request_targer * verify on firefox Signed-off-by: Kush Trivedi <kushthedude@gmail.com>
This commit is contained in:
parent
45693bb150
commit
c3445b102f
7
.github/workflows/snapshot_release.yml
vendored
7
.github/workflows/snapshot_release.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
browser: ['edge', 'chrome']
|
||||
browser: ['edge', 'chrome', 'firefox']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
@ -68,6 +68,11 @@ jobs:
|
||||
npm i -g yarn
|
||||
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
|
||||
run: |
|
||||
cd ./main/tests/cypress
|
||||
|
Loading…
Reference in New Issue
Block a user