Skip to content

Bump common.version from 4.2026.05.05_06.25-f72fab488a93 to 4.2026.05.29_05.35-a81a45859c9c #230

Bump common.version from 4.2026.05.05_06.25-f72fab488a93 to 4.2026.05.29_05.35-a81a45859c9c

Bump common.version from 4.2026.05.05_06.25-f72fab488a93 to 4.2026.05.29_05.35-a81a45859c9c #230

Workflow file for this run

name: Test
on:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: Run maven tests
run: mvn -B verify