From 926f421d6e7604b5f183735b4f013cedeb776510 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 12 Apr 2021 18:00:31 +0200 Subject: [PATCH] fix workflow --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9e2c3953e..b10730e7a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -281,7 +281,6 @@ jobs: strategy: matrix: # run copies of the current job in parallel - jobs: 5 job: [0, 1, 2, 3, 4] steps: ########################################################################## @@ -325,7 +324,7 @@ jobs: - name: cypress | Fullstack tests run: | yarn install - yarn run cypress:run --spec $(cypress/parallel-features.sh ${{ matrix.job }} ${{ matrix.jobs }}) + yarn run cypress:run --spec $(cypress/parallel-features.sh ${{ matrix.job }} 5 ) ########################################################################## # UPLOAD SCREENSHOTS & VIDEO ############################################# ##########################################################################