Skip to content

Commit

Permalink
Fix missing verifications in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Feb 28, 2024
1 parent edc8c3b commit 846f71f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java-ea-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Build and (headless) test with Maven
uses: smithki/[email protected]
with:
run: mvn -U -B -ntp package
run: mvn -U -B -ntp verify
2 changes: 1 addition & 1 deletion .github/workflows/java-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build and (headless) test with Maven
uses: smithki/[email protected]
with:
run: mvn -U -B -ntp package
run: mvn -U -B -ntp verify

auto-merge-job:
needs: build-and-test-job
Expand Down

0 comments on commit 846f71f

Please sign in to comment.