From a7114bd4036f26c93bdf977013019609be1938f2 Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Mon, 15 Jul 2024 16:02:21 +0200 Subject: [PATCH] test: Inhibit component testing Signed-off-by: Louis Chemineau --- .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 aca91ae80..c3fa2eb4b 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -83,7 +83,7 @@ jobs: matrix: # Run multiple copies of the current job in parallel # Please increase the number or runners as your tests suite grows - containers: ['component', '1', '2', '3'] + containers: ['1', '2', '3'] name: runner ${{ matrix.containers }}