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

This commit is contained in:
TakahashiNg
2026-04-15 14:09:57 +00:00
parent 017119a8d0
commit 4fd63d13ce
+2 -2
View File
@@ -56,8 +56,8 @@ jobs:
./mvnw -B verify \
-Dquarkus.container-image.push=false \
-Dquarkus.test.container.network=${DOCKER_NET} \
-Dquarkus.datasource.jdbc.url=jdbc:postgresql://${POSTGRES_IP}:5432/postgres \
-Dquarkus.redis.hosts=redis://${REDIS_IP}:6379
-Dquarkus.test.env.QUARKUS_DATASOURCE_JDBC_URL=jdbc:postgresql://${POSTGRES_IP}:5432/postgres \
-Dquarkus.test.env.QUARKUS_REDIS_HOSTS=redis://${REDIS_IP}:6379
- name: Debug Quarkus Integration Test Logs
if: failure()