From b1d68d29f414d11c971c233b5ebf39d48f1bebc3 Mon Sep 17 00:00:00 2001 From: Johannes Lichtenberger Date: Sat, 13 Jul 2024 13:01:31 +0200 Subject: [PATCH] Update gradle.yml --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 51df9642e..5dc8ec3d0 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -56,7 +56,7 @@ jobs: docker-compose up -d keycloak python -m pip install --upgrade pip pip install -r sirix-python-client/requirements-all.txt - # bash sirix-python-client/tests/resources/wait-for-keycloak.sh + bash sirix-python-client/tests/resources/wait.sh java --enable-preview --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED -jar ./bundles/sirix-rest-api/build/libs/sirix-rest-api-*-SNAPSHOT-fat.jar -conf ./bundles/sirix-rest-api/src/main/resources/sirix-conf.json & sleep 5 python -m pytest sirix-python-client -v