File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8181 - name : TCK in standalone mode
8282 id : tck-standalone
8383 run : |
84- ./mvnw $MAVEN_ARGS clean verify -pl :hibernate-validator-tck-runner
84+ ./mvnw $MAVEN_ARGS clean verify -pl :hibernate-validator-build-enforcer,:hibernate-validator-build-config,:hibernate-validator- tck-runner
8585
8686 echo ".TCK tests in the standalone mode" >> ${{ env.REPORT_FILE }}
8787 echo "[source,bash]" >> ${{ env.REPORT_FILE }}
@@ -101,7 +101,7 @@ jobs:
101101 - name : TCK in container mode
102102 id : tck-container
103103 run : |
104- ./mvnw $MAVEN_ARGS clean verify -pl :hibernate-validator-tck-runner -Dincontainer -Dincontainer-prepared
104+ ./mvnw $MAVEN_ARGS clean verify -pl :hibernate-validator-build-enforcer,:hibernate-validator-build-config,:hibernate-validator- tck-runner -Dincontainer -Dincontainer-prepared
105105
106106 echo ".TCK tests in the container mode" >> ${{ env.REPORT_FILE }}
107107 echo "[source,bash]" >> ${{ env.REPORT_FILE }}
@@ -121,7 +121,7 @@ jobs:
121121 - name : Signature test
122122 id : tck-sigtest
123123 run : |
124- ./mvnw $MAVEN_ARGS clean verify -pl :hibernate-validator-tck-runner -Psigtest
124+ ./mvnw $MAVEN_ARGS clean verify -pl :hibernate-validator-build-enforcer,:hibernate-validator-build-config,:hibernate-validator- tck-runner -Psigtest
125125
126126 echo ".Signature test results" >> ${{ env.REPORT_FILE }}
127127 echo "[source,bash]" >> ${{ env.REPORT_FILE }}
You can’t perform that action at this time.
0 commit comments