mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-06 15:03:08 -05:00
fix(cypress): disable electron due to timeouts (#46231)
This commit is contained in:
committed by
GitHub
parent
d67a617e47
commit
2b884d9dd9
9
.github/workflows/cypress.yml
vendored
9
.github/workflows/cypress.yml
vendored
@@ -64,11 +64,12 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
browsers: [chrome, firefox, electron]
|
||||
node-version: [16.x]
|
||||
include:
|
||||
- browsers: electron
|
||||
spec: cypress/integration/learn/challenges/projects.js
|
||||
browsers: [chrome, firefox]
|
||||
# browsers: [chrome, firefox, electron]
|
||||
# include:
|
||||
# - browsers: electron
|
||||
# spec: cypress/integration/learn/challenges/projects.js
|
||||
services:
|
||||
mongodb:
|
||||
image: mongo:4
|
||||
|
||||
Reference in New Issue
Block a user