Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
devbattery authored Sep 13, 2023
1 parent cdc9f49 commit 318225b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
- name: Grant execute permission for gradlew
run: sudo chmod +x ./gradlew
# Clean Gradle Build
- name: Clean Build with Gradle
run: sudo ./gradlew clean build
- name: Clean with Gradle
run: sudo ./gradlew clean
# Gradle을 이용하여 빌드 수행
- name: Build with Gradle
run: sudo ./gradlew build -x test
Expand Down

0 comments on commit 318225b

Please sign in to comment.