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 ############################################# ##########################################################################