Skip to content

Commit

Permalink
Undo changes in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikRemo committed Oct 5, 2023
1 parent 89c3878 commit 977ad69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 977ad69

Please sign in to comment.