Skip to content

#944: shouldCreateKeyResultOrdinal should use OrdinalBuilder and not … #4162

#944: shouldCreateKeyResultOrdinal should use OrdinalBuilder and not …

#944: shouldCreateKeyResultOrdinal should use OrdinalBuilder and not … #4162

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