Skip test execution.

This commit is contained in:
Paulo Gustavo Veiga 2024-03-24 11:05:43 -07:00
parent 08339cb721
commit 39dbafa536

View File

@ -28,7 +28,7 @@ jobs:
distribution: 'zulu' distribution: 'zulu'
cache: maven cache: maven
- name: Build with Maven - name: Build with Maven
run: mvn -B package --file wise-api/pom.xml -DskipTests run: mvn -B clean package --file wise-api/pom.xml -DskipTests
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph - name: Update dependency graph