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

This commit is contained in:
TakahashiNg
2026-04-16 03:18:16 +00:00
parent 8e376a8a37
commit cae7fdaa91
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
./mvnw -B verify \
-Dquarkus.container-image.push=false \
-Dquarkus.test.container.network=${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.redis.hosts=redis://${REDIS_IP}:6379