Skip to content

Commit

Permalink
fix: cd gradle 디렉토리 이동 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
donghoony authored Jul 23, 2024
1 parent 48c02c7 commit 1de814b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
gradle-version: 8.8

- name: Build and test with gradle
run: ./gradlew clean bootJar
run: |
cd ./backend
./gradlew clean bootJar
- name: Rename artifact file
run: |
Expand Down

0 comments on commit 1de814b

Please sign in to comment.