From 27997f5c9d2ad1cbc95052d1a531b29e90eff174 Mon Sep 17 00:00:00 2001 From: Erik Jan de Wit Date: Mon, 11 Nov 2024 09:27:54 +0100 Subject: [PATCH] Update .github/workflows/ci.yml Co-authored-by: Stian Thorgersen Signed-off-by: Erik Jan de Wit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cc1b0294823..f712afcb7fae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: run: | TESTS=`testsuite/integration-arquillian/tests/base/testsuites/base-suite.sh ${{ matrix.group }}` echo "Tests: $TESTS" - ./mvnw test ${{ env.SUREFIRE_RETRY }} -Pauth-server-quarkus -Dlogin.theme.default=keycloak.v2 -Dtest=$TESTS -pl testsuite/integration-arquillian/tests/base 2>&1 | misc/log/trimmer.sh + ./mvnw test ${{ env.SUREFIRE_RETRY }} -Pauth-server-quarkus -Dtest=$TESTS -pl testsuite/integration-arquillian/tests/base 2>&1 | misc/log/trimmer.sh - name: Upload JVM Heapdumps if: always()