-
Task
-
Resolution: Done
-
Major
-
None
-
None
The current Github actions CI job doesn't run the "verify" lifecycle causing some missed build errors.
In wildfly-elytron/.github/workflows/pr-ci.yaml, we need to replace "mvn -B package --file pom.xml" with "mvn -B verify --file pom.xml"