Skip to content

Commit

Permalink
🐛 fix: gradlew 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
choiseoji authored Sep 13, 2024
1 parent 6de125e commit 3b1d9d2
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 @@ -22,8 +22,8 @@ jobs:

- name: Build with Gradle
run: |
chmod +x ./gradlew
./gradlew clean build -x test
chmod +x ./JejuDorang/gradlew
./JejuDorang/gradlew clean build -x test
- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down

0 comments on commit 3b1d9d2

Please sign in to comment.