Skip to content

Commit

Permalink
#48 Set up CI workflows
Browse files Browse the repository at this point in the history
change Maven build goal to verify to run integration tests also
  • Loading branch information
oliverlietz committed Aug 23, 2023
1 parent f2af6eb commit b111c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
- run: mvn -B package --no-transfer-progress --file pom.xml
- run: mvn -B verify --no-transfer-progress --file pom.xml

0 comments on commit b111c4d

Please sign in to comment.