Skip to content

Add correct margin to key-result detail view and remove a non global … #5029

Add correct margin to key-result detail view and remove a non global …

Add correct margin to key-result detail view and remove a non global … #5029

name: 'Backend tests'
on: [push]
jobs:
backend-tests:
runs-on: ubuntu-24.04
env:
TZ: 'Europe/Zurich'
steps:
- name: Checkout
uses: actions/checkout@v4
- 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 -X