diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index ecc64894e..5b2bb0ae8 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: # run multiple copies of the current job in parallel - containers: [1, 2, 3, 4, 5] + containers: [1, 2, 3, 4, 5, 6, 7, 8] node-version: ['12.x'] php-versions: ['7.4'] @@ -48,7 +48,7 @@ jobs: - name: Wait for server run: npm run wait-on $CYPRESS_baseUrl - + - name: Enable app & configure server run: | cd cypress