oops, don’t run cypress tests in parallel

This commit is contained in:
Hans Pagel
2020-10-01 12:06:32 +02:00
parent 2d4a91cb00
commit 1250f1f1b6

View File

@@ -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'