From a6d34ba4f186618da433bc317bce50383e34880e Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Tue, 3 Aug 2021 21:20:05 -0700 Subject: [PATCH] remove firefox from test matrix --- .github/workflows/cypress.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 51bedc38c..2cd892f60 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -10,12 +10,7 @@ jobs: matrix: containers: [1, 2, 3, 4, 5] os: ["ubuntu-latest"] - browser: [chrome, firefox] - include: - - browser: firefox - container: - image: cypress/browsers:node14.17.0-chrome88-ff89 - options: --user 1001 + browser: [chrome] name: E2E tests on ${{ matrix.browser }} - ${{ matrix.os }} steps: - name: Checkout