From 7db221767e7f50b2f1a217050d075f2a10bdda51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 8 Jun 2022 20:52:50 +0200 Subject: Reenable multiple cypress ocntainers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/cypress.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 567ffa9bf..79cbfd818 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: node-version: [14] - # containers: [1, 2, 3] + containers: [1, 2, 3] php-versions: [ '7.4' ] databases: [ 'sqlite' ] server-versions: [ 'stable24' ] @@ -105,7 +105,7 @@ jobs: uses: cypress-io/github-action@v3 with: record: true - parallel: false + parallel: true wait-on: '${{ env.CYPRESS_baseUrl }}' working-directory: 'apps/${{ env.APP_NAME }}' config: defaultCommandTimeout=10000,video=false -- cgit v1.2.3