Disable test execution in CI workflow

Comment out the test execution step in the CI workflow.
This commit is contained in:
hyeda2020
2025-10-29 16:11:28 +09:00
committed by GitHub
parent 3da9303091
commit a41e431daf
+2 -2
View File
@@ -107,8 +107,8 @@ jobs:
- name: Build with Gradle
run: ./gradlew ${{ matrix.service }}:build -x test
- name: Run tests
run: ./gradlew ${{ matrix.service }}:test
# - name: Run tests
# run: ./gradlew ${{ matrix.service }}:test
- name: Build JAR
run: ./gradlew ${{ matrix.service }}:bootJar