Skip to content

Commit

Permalink
run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoqnc committed Jul 2, 2024
1 parent 9a876f0 commit ed44d57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Run all tests
run: mvn test
- name: Build with Maven
run: mvn -B package --file pom.xml

Expand Down

0 comments on commit ed44d57

Please sign in to comment.