Skip to content

Commit

Permalink
[chore] CI 테스트 임시 비활성화 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
win-luck committed Nov 6, 2024
1 parent e0b58f2 commit ba3b333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
echo "${{ secrets.APPLICATION }}" > ./application.yml
echo "${{ secrets.PROD }}" > ./application-prod.yml
- name: Test with Gradle
run: ./gradlew clean test --info --stacktrace
# - name: Test with Gradle
# run: ./gradlew clean test

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

0 comments on commit ba3b333

Please sign in to comment.