Split up test and compile to improve readability
Some checks failed
Build and Test with Maven / Build-and-test-with-Maven (push) Failing after 2m21s

This commit is contained in:
Daniel Holle 2024-03-08 17:33:49 +01:00
parent ff905390e8
commit 38827544c9

View File

@ -17,6 +17,9 @@ jobs:
distribution: 'temurin' distribution: 'temurin'
java-version: '21' java-version: '21'
cache: 'maven' cache: 'maven'
- name: Compile project
run: |
mvn compile
- name: Run tests - name: Run tests
run: | run: |
mvn test mvn test