diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 9ba3f0aa3..42e64899c 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -75,7 +75,7 @@ jobs: matrix: # Run multiple copies of the current job in parallel # Please increase the number or runners as your tests suite grows - containers: [1, 2, 3] + containers: ["component", 1, 2, 3] name: runner ${{ matrix.containers }}