NX01: Added simple workflow to test compile of project
Some checks failed
Run test asserts / Test-Asserts (push) Failing after -35s
Some checks failed
Run test asserts / Test-Asserts (push) Failing after -35s
This commit is contained in:
parent
2395cd1f1f
commit
f7f681cfa8
1 changed files with 14 additions and 0 deletions
14
.forgejo/workflows/run-test-asserts.yaml
Normal file
14
.forgejo/workflows/run-test-asserts.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue