From 2d4a91cb0022fcf698c40935fa35f2bfd9de216e Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 1 Oct 2020 12:00:27 +0200 Subject: [PATCH] run cypress tests in parallel --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ddf8fb4e..bb6d1eca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,6 +66,7 @@ jobs: strategy: matrix: node-version: [14] + containers: [1, 2, 3] steps: @@ -80,6 +81,7 @@ jobs: id: cypress uses: cypress-io/github-action@v2 with: + parallel: true cache-key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} start: yarn start wait-on: 'http://localhost:3000'