Skip to content

Commit

Permalink
Fix: 배포 시 테스트코드 제외하고 배포하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seoyeonjin committed Jan 20, 2025
1 parent 7c103b9 commit 9aa1bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: chmod +x gradlew

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

0 comments on commit 9aa1bd4

Please sign in to comment.