Split up test and compile to improve readability

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'
java-version: '21'
cache: 'maven'
- name: Compile project
run: |
mvn compile
- name: Run tests
run: |
mvn test