Fix failing test

This commit is contained in:
Paulo Gustavo Veiga
2024-03-24 19:04:52 -07:00
parent eb66e6981a
commit b821e96e13
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ jobs:
distribution: 'zulu'
cache: maven
- name: Build with Maven
run: mvn -B clean package --file wise-api/pom.xml -DskipTests
run: mvn -B clean package --file wise-api/pom.xml
- name: Build the Docker image
run: docker build -t wisemapping/wisemapping-api:latest wise-api