Skip to content

Commit

Permalink
chore : deploy job 실행 시 build 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Icecoff22 authored Jan 12, 2025
1 parent 8a98ead commit 3166c38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x ./meerket/gradlew # gradlew에 실행 권한 부여

# # 4) gradle 테스트 빌드
# - name: Build Test with Gradle
# run: ./gradlew test -i
# # run: ./gradlew clean build -i
# # working-directory: ${{ env.working-directory }}
# 4) gradle 테스트 빌드
- name: Build with Gradle
run: ./meerket/gradlew clean build -x test -i
# run: ./gradlew clean build -i
# working-directory: ${{ env.working-directory }}



Expand Down

0 comments on commit 3166c38

Please sign in to comment.