Skip to content

Commit

Permalink
Fix: cd 빌드 시 ktlintMainSourceSetCheck 태스크 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
adorableco committed Oct 6, 2024
1 parent b7c6de2 commit 0d7aead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew build -x test -x ktlintCheck
run: ./gradlew build -x test -x ktlintMainSourceSetCheck

- name: Docker build
run: |
Expand Down

0 comments on commit 0d7aead

Please sign in to comment.