From 1eb57ecd3b7278633b93288641dd0791a019873d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 21 Sep 2021 19:32:00 +0200 Subject: [PATCH] Revert fullstack tests parallel jobs --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bd38fd117..5dd385ad8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 ##########################################################