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 81
81
- name : TCK in standalone mode
82
82
id : tck-standalone
83
83
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
85
85
86
86
echo ".TCK tests in the standalone mode" >> ${{ env.REPORT_FILE }}
87
87
echo "[source,bash]" >> ${{ env.REPORT_FILE }}
@@ -101,7 +101,7 @@ jobs:
101
101
- name : TCK in container mode
102
102
id : tck-container
103
103
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
105
105
106
106
echo ".TCK tests in the container mode" >> ${{ env.REPORT_FILE }}
107
107
echo "[source,bash]" >> ${{ env.REPORT_FILE }}
@@ -121,7 +121,7 @@ jobs:
121
121
- name : Signature test
122
122
id : tck-sigtest
123
123
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
125
125
126
126
echo ".Signature test results" >> ${{ env.REPORT_FILE }}
127
127
echo "[source,bash]" >> ${{ env.REPORT_FILE }}
You can’t perform that action at this time.
0 commit comments