Skip to content

Commit

Permalink
Run validator in the verify phase
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasanka-sack committed Jan 16, 2025
1 parent 4fa4e1d commit 58b688f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
cache: 'maven'

- name: Build and Test
run: mvn --batch-mode --update-snapshots --activate-profiles distro,validator clean package
run: mvn --batch-mode --update-snapshots --activate-profiles distro,validator clean verify
2 changes: 1 addition & 1 deletion distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
<executions>
<execution>
<id>validate-configurations</id>
<phase>validate</phase>
<phase>verify</phase>
<goals>
<goal>validate-configurations</goal>
</goals>
Expand Down

0 comments on commit 58b688f

Please sign in to comment.