From 4e3ce1e7d3daabd6d6c797b37de8fee4bb235396 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Wed, 12 Oct 2022 16:58:58 +0530 Subject: [PATCH] fix(e2e): reduce load on the CI (#47997) --- .github/workflows/cypress-third-party.yml | 4 ++-- .github/workflows/cypress.yml | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cypress-third-party.yml b/.github/workflows/cypress-third-party.yml index 937fa078445..2bcec63db92 100644 --- a/.github/workflows/cypress-third-party.yml +++ b/.github/workflows/cypress-third-party.yml @@ -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: diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 71aeb3e9dac..5f6553a9ffe 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -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