diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4550abcb8..f0f0ce187 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -279,11 +279,11 @@ jobs: runs-on: ubuntu-latest needs: [build_test_webapp, build_test_backend, build_test_neo4j] env: - jobs: 10 + jobs: 9 strategy: matrix: # run copies of the current job in parallel - job: [1, 2, 3, 4, 5, 6, 7, 8 , 9, 10] + job: [1, 2, 3, 4, 5, 6, 7, 8 , 9] steps: ########################################################################## # CHECKOUT CODE ##########################################################