Skip to content

Commit

Permalink
Enable tests in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
xstefank committed Jun 30, 2023
1 parent 4f84817 commit 54ec674
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 @@ -55,4 +55,4 @@ jobs:
cache: maven
check-latest: true
- name: Build and Test with Java ${{ matrix.java.name }}
run: ./mvnw -B javadoc:javadoc verify -DskipTests # tests are broken at the moment
run: ./mvnw -B javadoc:javadoc verify

0 comments on commit 54ec674

Please sign in to comment.