diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 7c4ff4914c..8226688fe9 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -21,7 +21,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]')" strategy: matrix: - containers: [1] #, 2, 3] + containers: [1, 2] #, 3] steps: - name: Checkout @@ -35,7 +35,7 @@ jobs: uses: cypress-io/github-action@v2 with: record: true - #parallel: true + parallel: true start: ${{ env.SERVER_START_CMD }} wait-on: ${{ env.SERVER_URL }} wait-on-timeout: 60