nx01/.forgejo/workflows/run-test-asserts.yaml
Willem f7f681cfa8
Some checks failed
Run test asserts / Test-Asserts (push) Failing after -35s
NX01: Added simple workflow to test compile of project
2026-01-29 17:55:33 +01:00

14 lines
279 B
YAML

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