Skip to content

Commit

Permalink
fix: gradle 빌드 명령어 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lilychoibb committed Jul 17, 2024
1 parent 4fbbaf7 commit 7e83b07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ jobs:
- name: Setup Gradle
run: chmod +x ./backend/gradlew

- name: Setup position
run: cd backend

- name: Build with Gradle
run: ./backend/gradlew build
run: ./gradlew build

0 comments on commit 7e83b07

Please sign in to comment.