mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
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:
@@ -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