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