Skip to content

Commit 397da00

Browse files
committed
fix: ci.yml
1 parent 2e78059 commit 397da00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ jobs:
6161

6262
# 🌟 ここからメモリ増強のステップを追加 🌟
6363
- name: Increase Gradle Daemon Memory
64-
run: echo "org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=1g" >> gradle.properties
64+
run: echo "org.gradle.jvmargs=-Xmx3g -XX:MaxMetaspaceSize=1g" >> gradle.properties
6565
# 🌟 ここまで追加 🌟
6666

6767
- uses: ./.github/actions/setup-build
6868
with:
6969
java-version: ${{ matrix.java }}
7070
- name: Build and test with Gradle
7171
run: |
72-
./gradlew :testcontainers:check --no-daemon --continue --scan
72+
./gradlew :testcontainers:test --tests "*DockerMcpGatewayContainerTest" --no-daemon --scan
7373
7474
- name: Upload Container Failure Log
7575
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)