fix(e2e): reduce load on the CI (#47997)

This commit is contained in:
Mrugesh Mohapatra
2022-10-12 16:58:58 +05:30
committed by GitHub
parent 567de3bedb
commit 4e3ce1e7d3
2 changed files with 4 additions and 6 deletions

View File

@@ -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:

View File

@@ -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