Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci-tck-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: TCK in standalone mode
id: tck-standalone
run: |
./mvnw $MAVEN_ARGS clean verify -pl :hibernate-validator-tck-runner
./mvnw $MAVEN_ARGS clean verify -pl :hibernate-validator-build-enforcer,:hibernate-validator-build-config,:hibernate-validator-tck-runner

echo ".TCK tests in the standalone mode" >> ${{ env.REPORT_FILE }}
echo "[source,bash]" >> ${{ env.REPORT_FILE }}
Expand All @@ -101,7 +101,7 @@ jobs:
- name: TCK in container mode
id: tck-container
run: |
./mvnw $MAVEN_ARGS clean verify -pl :hibernate-validator-tck-runner -Dincontainer -Dincontainer-prepared
./mvnw $MAVEN_ARGS clean verify -pl :hibernate-validator-build-enforcer,:hibernate-validator-build-config,:hibernate-validator-tck-runner -Dincontainer -Dincontainer-prepared

echo ".TCK tests in the container mode" >> ${{ env.REPORT_FILE }}
echo "[source,bash]" >> ${{ env.REPORT_FILE }}
Expand All @@ -121,7 +121,7 @@ jobs:
- name: Signature test
id: tck-sigtest
run: |
./mvnw $MAVEN_ARGS clean verify -pl :hibernate-validator-tck-runner -Psigtest
./mvnw $MAVEN_ARGS clean verify -pl :hibernate-validator-build-enforcer,:hibernate-validator-build-config,:hibernate-validator-tck-runner -Psigtest

echo ".Signature test results" >> ${{ env.REPORT_FILE }}
echo "[source,bash]" >> ${{ env.REPORT_FILE }}
Expand Down
Loading