diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7999d66ef168..5daa40581328 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -86,12 +86,12 @@ jobs: run: bash supporting_scripts/extract_number_of_server_starts.sh server-tests-mysql: -# needs: [ server-tests ] + needs: [ server-tests ] runs-on: ubuntu-latest timeout-minutes: 120 # Limit the number of concurrent mysql tests to one in total -# concurrency: -# group: server-tests-mysql + concurrency: + group: server-tests-mysql steps: - uses: actions/checkout@v4 - name: Setup Java @@ -140,12 +140,12 @@ jobs: run: bash supporting_scripts/extract_number_of_server_starts.sh server-tests-postgres: -# needs: [ server-tests ] + needs: [ server-tests ] runs-on: ubuntu-latest timeout-minutes: 150 # Limit the number of concurrent postgres tests to one in total -# concurrency: -# group: server-tests-postgres + concurrency: + group: server-tests-postgres steps: - uses: actions/checkout@v4 - name: Setup Java