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:
Miquel Simon
2025-01-24 10:08:11 +01:00
committed by GitHub
parent bd807ceac3
commit 2dbf58dc46
3 changed files with 16 additions and 12 deletions

View File

@@ -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`