automatically activate os specific maven profiles

This commit is contained in:
Armin Schrenk
2026-06-24 14:55:38 +02:00
parent 95f5c7aecd
commit 47d2900f37
7 changed files with 8 additions and 20 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
cache: 'maven'
- name: Build and Test
run: xvfb-run ./mvnw -B verify -Plinux
run: xvfb-run ./mvnw -B verify
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
- name: Draft a release