From faf721b0ba7d25e07bbd8732239b2428102b43b3 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 12 Apr 2021 18:37:04 +0200 Subject: [PATCH] env jobs 10 jobs --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b10730e7a..4550abcb8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -278,10 +278,12 @@ jobs: name: Fullstack tests runs-on: ubuntu-latest needs: [build_test_webapp, build_test_backend, build_test_neo4j] + env: + jobs: 10 strategy: matrix: # run copies of the current job in parallel - job: [0, 1, 2, 3, 4] + job: [1, 2, 3, 4, 5, 6, 7, 8 , 9, 10] steps: ########################################################################## # CHECKOUT CODE ########################################################## @@ -324,7 +326,7 @@ jobs: - name: cypress | Fullstack tests run: | yarn install - yarn run cypress:run --spec $(cypress/parallel-features.sh ${{ matrix.job }} 5 ) + yarn run cypress:run --spec $(cypress/parallel-features.sh ${{ matrix.job }} ${{ env.jobs }} ) ########################################################################## # UPLOAD SCREENSHOTS & VIDEO ############################################# ##########################################################################