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
Some checks failed
Build and Test with Maven / Build-and-test-with-Maven (push) Failing after 2m21s
This commit is contained in:
parent
ff905390e8
commit
38827544c9
@ -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
|
Loading…
Reference in New Issue
Block a user