Skip to content

Commit

Permalink
fix:디렉터리 맞게 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ji-woong-song committed Nov 28, 2023
1 parent 5843ec6 commit d166208
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
with:
distribution: 'corretto'
java-version: '11'
- name : Change workFlow directory
run : |
cd backend/dguonoff
# - name : Change workFlow directory
# run : |
# cd backend/dguonoff

- name: Grant execute permission for gradlew
run: chmod +x gradlew
run: chmod +x backend/dguonoff/gradlew

- name: Build with Gradle
run: ./gradlew clean build
run: backend/dguonoff/gradlew clean build
env:
DB_DOMAIN: ${{secrets.DB_DOMAIN}}
DB_PORT: ${{secrets.DB_PORT}}
Expand Down

0 comments on commit d166208

Please sign in to comment.