mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-04 09:05:49 -05:00
fix(e2e): reduce load on the CI (#47997)
This commit is contained in:
committed by
GitHub
parent
567de3bedb
commit
4e3ce1e7d3
4
.github/workflows/cypress-third-party.yml
vendored
4
.github/workflows/cypress-third-party.yml
vendored
@@ -2,13 +2,13 @@ name: CI - Cypress (e2e) 3rd party donation tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- 'prod-*'
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
|
||||
jobs:
|
||||
do-everything:
|
||||
name: Build
|
||||
name: Build & Test
|
||||
runs-on: ubuntu-20.04
|
||||
services:
|
||||
mongodb:
|
||||
|
||||
6
.github/workflows/cypress.yml
vendored
6
.github/workflows/cypress.yml
vendored
@@ -64,11 +64,9 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
browsers: [chrome, firefox, electron]
|
||||
browsers: [chrome, firefox]
|
||||
node-version: [16.x]
|
||||
include:
|
||||
- browsers: electron
|
||||
spec: cypress/e2e/default/learn/challenges/projects.js
|
||||
|
||||
services:
|
||||
mongodb:
|
||||
image: mongo:4
|
||||
|
||||
Reference in New Issue
Block a user