Add sanity check for test framework with embedded server (#45967)

Closes #45378

Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
Stian Thorgersen 2026-02-03 18:57:17 +01:00 committed by GitHub
parent 63d9a19982
commit 1f0fceb867
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1134,9 +1134,12 @@ jobs:
name: Integration test setup
uses: ./.github/actions/integration-test-setup
- name: Run tests
- name: Run tests with defaults
run: ./mvnw package -f test-framework/pom.xml
- name: Run tests with embedded server
run: KC_TEST_SERVER=embedded ./mvnw package -f test-framework/examples/pom.xml -Dtest=CustomConfigTest,RunOnServerTest,TlsEnabledTest
base-new-integration-tests:
name: Base IT (new)
runs-on: ubuntu-latest