fix(cypress): Re-introduce Firefox in Cypress CI (#40440)
* Revert "chore: drop firefox for intermittent fails"
This reverts commit 704beb2260
.
* Increase timeout for Cypress learn log output test
This commit is contained in:
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
matrix:
|
||||
browsers: [chrome]
|
||||
browsers: [chrome, firefox]
|
||||
services:
|
||||
mongodb:
|
||||
image: mongo:3.6.19
|
||||
|
Reference in New Issue
Block a user