From 97fca1d6aa5440fb06f200bc580789852633930c Mon Sep 17 00:00:00 2001 From: Anthony Coughlin Date: Tue, 17 Dec 2024 09:51:31 +0000 Subject: [PATCH] 1 Container to test single execution speed with a split job --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 311c99e4fd..4a839da8d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: needs: Tests strategy: matrix: - container: [1, 2, 3, 4, 5] # Creates 5 parallel executions for Cypress tests. + container: [1] steps: - uses: actions/checkout@v4