mirror of
https://github.com/ktds-dg0501/kt-event-marketing.git
synced 2026-06-13 14:59:13 +00:00
Disable test execution in CI workflow
Comment out the test execution step in the CI workflow.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user