10 jobs
This commit is contained in:
Ulf Gebhardt 2021-04-12 18:37:04 +02:00
parent 926f421d6e
commit faf721b0ba
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -278,10 +278,12 @@ jobs:
name: Fullstack tests name: Fullstack tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [build_test_webapp, build_test_backend, build_test_neo4j] needs: [build_test_webapp, build_test_backend, build_test_neo4j]
env:
jobs: 10
strategy: strategy:
matrix: matrix:
# run copies of the current job in parallel # 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: steps:
########################################################################## ##########################################################################
# CHECKOUT CODE ########################################################## # CHECKOUT CODE ##########################################################
@ -324,7 +326,7 @@ jobs:
- name: cypress | Fullstack tests - name: cypress | Fullstack tests
run: | run: |
yarn install 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 ############################################# # UPLOAD SCREENSHOTS & VIDEO #############################################
########################################################################## ##########################################################################