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 }}