Skip to content

Commit

Permalink
[Setting] CD 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkonu authored May 25, 2024
1 parent 55a5de7 commit db135ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: chmod +x ./planfit/gradlew

- name: Build with Gradle # 실제 application build(-x 옵션을 통해 test는 제외)
run: ./planfit/gradlew build -x test
run: ./planfit/gradlew build --project-dir ./planfit -x test

- name: Make Directory
run: mkdir -p deploy
Expand Down

0 comments on commit db135ed

Please sign in to comment.