Disable test execution in CI workflow
Comment out the test execution step in the CI workflow.
This commit is contained in:
parent
3da9303091
commit
a41e431daf
4
.github/workflows/backend-cicd.yaml
vendored
4
.github/workflows/backend-cicd.yaml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user