chore: update
Java CI with Maven / build-and-test (pull_request) Failing after 4m24s

This commit is contained in:
TakahashiNg
2026-04-16 04:03:28 +00:00
parent eccb783562
commit 74db96e575
+1 -1
View File
@@ -71,7 +71,7 @@ jobs:
-Dquarkus.test.env.QUARKUS_TEST_CONTAINER_NETWORK=$(docker network inspect -f '{{.Id}}' ${DOCKER_NET}) \
-Dquarkus.test.env.QUARKUS_DATASOURCE_JDBC_URL=jdbc:postgresql://${POSTGRES_IP}:5432/postgres \
-Dquarkus.redis.hosts=redis://${REDIS_IP}:6379 \
-Dquarkus.http.test-host=${RUNNER_IP_IN_NET}
-Dquarkus.http.test-host=http://localhost
- name: Debug Quarkus Integration Test Logs
if: failure()