diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cypress.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |