NX01: Added simple workflow to test compile of project
Some checks failed
Run test asserts / Test-Asserts (push) Failing after -35s

This commit is contained in:
Willem Cazander 2026-01-29 17:55:33 +01:00
parent 2395cd1f1f
commit f7f681cfa8

View file

@ -0,0 +1,14 @@
name: Run test asserts
on:
push:
branches:
- master
pull_request:
jobs:
Test-Asserts:
runs-on: self-hosted
steps:
- name: Check out
uses: actions/checkout@v3
- name: Run asserts
run: JAVA_HOME=/usr/lib/jvm/jdk-25/ mvn clean test