Revert fullstack tests parallel jobs

This commit is contained in:
Wolfgang Huß 2021-09-21 19:32:00 +02:00
parent 4f0e33524f
commit 1eb57ecd3b

View File

@ -278,11 +278,11 @@ jobs:
runs-on: ubuntu-latest
needs: [build_test_webapp, build_test_backend, build_test_neo4j]
env:
jobs: 10
jobs: 8
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]
steps:
##########################################################################
# CHECKOUT CODE ##########################################################