From bae5ffa1b788e077c9c578ab600df378330719ed Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 12 Apr 2021 20:19:16 +0200 Subject: [PATCH] only 9 jobs now --- .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 812933962..7cc4853d9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -248,11 +248,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 ##########################################################