Skip to content

Commit

Permalink
feat: CI 시 테스트 코드 실행 제외
Browse files Browse the repository at this point in the history
  • Loading branch information
donghyuun authored Oct 15, 2024
1 parent 5e4821f commit ec26b1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
run: chmod +x ./gradlew

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

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

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

0 comments on commit ec26b1d

Please sign in to comment.