Skip to content

Commit f76dbdb

Browse files
committed
HV-2130 Build enforcer plugin and build config before running tck
as these aren't published so the build won't find them...
1 parent 8eb01f5 commit f76dbdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-tck-report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)