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

This commit is contained in:
TakahashiNg
2026-04-21 07:06:13 +00:00
parent 52541d059b
commit 6c7fa66b70
+1 -3
View File
@@ -49,10 +49,8 @@ jobs:
- name: Build and Test all module
env:
TESTCONTAINERS_RYUK_DISABLED: true
MAVEN_OPTS: "-Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false"
run: |
./mvnw -B clean install \
-Dquarkus.container-image.build=false \
./mvnw -B clean install -Pnative \
-Dquarkus.container-image.push=false
- name: Publish Test Report