This commit is contained in:
Pit Friedrich
2026-07-06 07:35:25 +02:00
parent af79286cb0
commit 3cd9bcc0ba
+24
View File
@@ -0,0 +1,24 @@
name: CI
on:
pull_request:
branches:
- master
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Java 25 (Temurin)
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '25'
cache: maven
- name: Build and Test
run: |
chmod +x mvnw
./mvnw verify