mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-10-30 16:10:40 +01:00
Added surefire and failsafe plugins
This commit is contained in:
4
.github/workflows/build-on-pr-create.yml
vendored
4
.github/workflows/build-on-pr-create.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
settings-path: ${{ github.workspace }} # location for the settings.xml file
|
||||
|
||||
- name: Build with Maven
|
||||
run: mvn -U -B clean package --file pom.xml
|
||||
run: mvn --file pom.xml -U clean package
|
||||
|
||||
- name: Run Tests
|
||||
run: mvn -U clean verify --file pom.xml
|
||||
run: mvn --file pom.xml -U clean test -Punit-tests
|
||||
Reference in New Issue
Block a user