update config

This commit is contained in:
Maxime Pierront
2024-10-19 16:17:59 +02:00
parent 8990f30bf9
commit af780ee2d7
2 changed files with 10 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B compile --file pom.xml
run: mvn -B compile
- name: Run tests
run: mvn -B test --file pom.xml
run: mvn -B test