Skip to content

Commit

Permalink
build: gh action to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sarmbruster committed Jun 24, 2024
1 parent 3c0e6cc commit 770e2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
- run: mvn -B install --no-transfer-progress
- run: mvn -B verify --no-transfer-progress

# coverage:
# needs: build
Expand Down

0 comments on commit 770e2c4

Please sign in to comment.