Skip to content

Commit

Permalink
feat: CI 시, 테스트 제외
Browse files Browse the repository at this point in the history
  • Loading branch information
donghyuun committed Oct 13, 2024
1 parent 6f331ca commit 05a9912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Build with Gradle
run: ./gradlew clean build

- name: Test with Gradle
run: ./gradlew test
# - name: Test with Gradle
# run: ./gradlew test

# 경로 확인
- name: Verify JAR file
Expand Down

0 comments on commit 05a9912

Please sign in to comment.