From 59cd80b6d175c70eba8eab7fa020cdaf53f46052 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com> Date: Mon, 26 Jul 2021 16:47:32 -0700 Subject: [PATCH] remove windows from test matrix (#666) --- .github/workflows/cypress.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index d2f2fadb2..a1b7e26a5 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -9,15 +9,8 @@ jobs: fail-fast: false matrix: containers: [1, 2, 3, 4, 5] - os: ["ubuntu-latest", "windows-latest"] - browser: [chrome, firefox, edge] - exclude: - - os: ubuntu-latest - browser: edge - - os: windows-latest - browser: firefox - - os: windows-latest - browser: chrome + os: ["ubuntu-latest"] + browser: [chrome, firefox] include: - browser: firefox container: