Skip to content

fix: Scale down DB pool size for prod from 10 to 5 #1587 #9466

fix: Scale down DB pool size for prod from 10 to 5 #1587

fix: Scale down DB pool size for prod from 10 to 5 #1587 #9466

name: 'Backend tests'
on: [push]
jobs:
backend-tests:
runs-on: ubuntu-24.04
env:
TZ: 'Europe/Zurich'
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Set up JDK ${{vars.JAVA_VERSION}}
uses: actions/setup-java@v4
with:
java-version: ${{vars.JAVA_VERSION}}
distribution: 'adopt'
- name: Use Maven to run unittests and integration tests
run: mvn clean verify