From 0761c84bbf4aec8a97a233d2dbfc5cc305031753 Mon Sep 17 00:00:00 2001 From: =?utf8?q?John=20Molakvo=C3=A6?= Date: Wed, 30 Nov 2022 17:46:36 +0100 Subject: [PATCH] Bump cypress runners MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 93bf55ad011..c9579238540 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -55,7 +55,7 @@ jobs: fail-fast: false matrix: # run multiple copies of the current job in parallel - containers: [1] + containers: [1, 2] name: runner ${{ matrix.containers }} -- 2.39.5