From eab4b857aa1cbc55107fc9e9a94d5c1af6df8398 Mon Sep 17 00:00:00 2001 From: khavinshankar Date: Tue, 12 Sep 2023 15:58:15 +0530 Subject: [PATCH] increase parallel containers --- .github/workflows/cypress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index ae5ccf61024..1d3fc9a9420 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - containers: [1,2,3,4,5] + containers: [1,2,3,4,5,6,7,8] steps: - name: Checkout 📥 uses: actions/checkout@v3