Add clustering tests to new test framework

Closes #39962

Signed-off-by: Michal Hajas <mhajas@redhat.com>
Co-authored-by: Pedro Ruivo <pruivo@redhat.com>
This commit is contained in:
Michal Hajas
2025-06-13 20:26:07 +02:00
committed by GitHub
parent 7736ca20e9
commit d2f4635ea0
21 changed files with 569 additions and 41 deletions

View File

@@ -1097,6 +1097,11 @@ jobs:
name: Integration test setup
uses: ./.github/actions/integration-test-setup
# This step is necessary because test/clustering requires building a new Keycloak image built from tar.gz
# file that is not part of m2-keycloak.tzts archive
- name: Build tar keycloak-quarkus-dist
run: ./mvnw package -pl quarkus/server/,quarkus/dist/
- name: Run tests
run: ./mvnw package -f tests/pom.xml