We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e78059 commit 397da00Copy full SHA for 397da00
.github/workflows/ci.yml
@@ -61,15 +61,15 @@ jobs:
61
62
# 🌟 ここからメモリ増強のステップを追加 🌟
63
- name: Increase Gradle Daemon Memory
64
- run: echo "org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=1g" >> gradle.properties
+ run: echo "org.gradle.jvmargs=-Xmx3g -XX:MaxMetaspaceSize=1g" >> gradle.properties
65
# 🌟 ここまで追加 🌟
66
67
- uses: ./.github/actions/setup-build
68
with:
69
java-version: ${{ matrix.java }}
70
- name: Build and test with Gradle
71
run: |
72
- ./gradlew :testcontainers:check --no-daemon --continue --scan
+ ./gradlew :testcontainers:test --tests "*DockerMcpGatewayContainerTest" --no-daemon --scan
73
74
- name: Upload Container Failure Log
75
uses: actions/upload-artifact@v4
0 commit comments