mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Add JDK suite to the new testing framework and run it as part of the Java Distribution IT (#36638)
Closes #35388 Signed-off-by: Miquel Simon <msimonma@redhat.com>
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -341,6 +341,9 @@ jobs:
|
||||
- name: Prepare Quarkus distribution with current JDK
|
||||
run: ./mvnw install -e -pl testsuite/integration-arquillian/servers/auth-server/quarkus
|
||||
|
||||
- name: Run new base tests
|
||||
run: ./mvnw test -f tests/pom.xml -Dtest=JDKTestSuite
|
||||
|
||||
- name: Run base tests
|
||||
run: |
|
||||
TESTS=`testsuite/integration-arquillian/tests/base/testsuites/suite.sh jdk`
|
||||
|
||||
Reference in New Issue
Block a user