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

This commit is contained in:
TakahashiNg
2026-04-16 05:23:26 +00:00
parent ecac8ef86b
commit 2fb98e51b1
+5 -1
View File
@@ -68,10 +68,14 @@ jobs:
./mvnw -B verify \ ./mvnw -B verify \
-Dquarkus.container-image.push=false \ -Dquarkus.container-image.push=false \
-Dquarkus.test.env.QUARKUS_TEST_CONTAINER_NETWORK=$(docker network inspect -f '{{.Id}}' ${DOCKER_NET}) \ -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.test.env.QUARKUS_DATASOURCE_JDBC_URL=jdbc:postgresql://${POSTGRES_IP}:5432/postgres \
-Dquarkus.redis.hosts=redis://${REDIS_IP}:6379 \ -Dquarkus.redis.hosts=redis://${REDIS_IP}:6379 \
-Dquarkus.http.test-host=${RUNNER_IP_IN_NET}
-Dquarkus.http.test-host=${RUNNER_IP_IN_NET} \
-Dquarkus.test.container.network=${DOCKER_NET}
- name: Debug Quarkus Integration Test Logs - name: Debug Quarkus Integration Test Logs
if: failure() if: failure()