From 1250f1f1b6485c465c7086273dfe3c346d932a48 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 1 Oct 2020 12:06:32 +0200 Subject: [PATCH] =?UTF-8?q?oops,=20don=E2=80=99t=20run=20cypress=20tests?= =?UTF-8?q?=20in=20parallel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bb6d1eca..ddf8fb4e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,7 +66,6 @@ jobs: strategy: matrix: node-version: [14] - containers: [1, 2, 3] steps: @@ -81,7 +80,6 @@ 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'