From 53fc9f5396de4649f87d6e606cd636f5489ade33 Mon Sep 17 00:00:00 2001 From: Derek Ho Date: Mon, 12 Feb 2024 10:21:53 -0500 Subject: [PATCH] Only one interation needed Signed-off-by: Derek Ho --- .github/workflows/cypress-test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cypress-test.yml b/.github/workflows/cypress-test.yml index d8119cf74..06f88e711 100644 --- a/.github/workflows/cypress-test.yml +++ b/.github/workflows/cypress-test.yml @@ -18,7 +18,6 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - iteration: [1, 2, 3, 4, 5, 6, 7, 8, 9] runs-on: ${{ matrix.os }} steps: