mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-03 20:39:33 -05:00
Add sanity check for test framework with embedded server (#45967)
Closes #45378 Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
parent
63d9a19982
commit
1f0fceb867
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue