diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 2788e6f0a..1f4533ebb 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -89,7 +89,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 }}