Skip to content

Commit

Permalink
fix : gradle working-directory meerket으로 설정해주기
Browse files Browse the repository at this point in the history
  • Loading branch information
sunghyun0610 authored Jan 6, 2025
1 parent a9dce87 commit 240008b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:

- name: List project files
run: ls -l # 디렉토리 구조 확인

- name: List meerket directory files
run: ls -l meerket # meerket 디렉토리 구조 확인

- name: Ensure Gradlew is Executable
run: chmod +x ./meerket/gradlew # gradlew에 실행 권한 부여
Expand All @@ -46,5 +49,6 @@ jobs:


- name: Clean Build with Gradle Wrapper
working-directory: ./meerket
run: ./meerket/gradlew clean build --no-daemon --info

0 comments on commit 240008b

Please sign in to comment.