mirror of
https://github.com/ktds-dg0501/kt-event-marketing.git
synced 2026-06-13 16:19:11 +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
|
- name: Build with Gradle
|
||||||
run: ./gradlew ${{ matrix.service }}:build -x test
|
run: ./gradlew ${{ matrix.service }}:build -x test
|
||||||
|
|
||||||
- name: Run tests
|
# - name: Run tests
|
||||||
run: ./gradlew ${{ matrix.service }}:test
|
# run: ./gradlew ${{ matrix.service }}:test
|
||||||
|
|
||||||
- name: Build JAR
|
- name: Build JAR
|
||||||
run: ./gradlew ${{ matrix.service }}:bootJar
|
run: ./gradlew ${{ matrix.service }}:bootJar
|
||||||
|
|||||||
Reference in New Issue
Block a user