NX01: Force maven to run under UTF8 (was LANG=C)
Some checks failed
Run test asserts / Test-Asserts (push) Failing after -40s

This commit is contained in:
Willem Cazander 2026-01-29 18:00:32 +01:00
parent f7f681cfa8
commit 7c43df846f

View file

@ -4,6 +4,9 @@ on:
branches:
- master
pull_request:
env:
LANG: en_US.UTF-8
JAVA_HOME: /usr/lib/jvm/jdk-25/
jobs:
Test-Asserts:
runs-on: self-hosted
@ -11,4 +14,4 @@ jobs:
- name: Check out
uses: actions/checkout@v3
- name: Run asserts
run: JAVA_HOME=/usr/lib/jvm/jdk-25/ mvn clean test
run: mvn clean test