Skip to content

Commit

Permalink
👷 avoid double run of integration-test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed Nov 19, 2024
1 parent 372ddc4 commit 7c4b349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Build with Maven
run: ./mvnw --batch-mode package javadoc:jar site
- name: Run integration-test
run: ./mvnw --batch-mode integration-test verify
run: ./mvnw --batch-mode verify # verify includes integration-test

0 comments on commit 7c4b349

Please sign in to comment.