Skip to content

Commit 94533ad

Browse files
committed
fix: 경로 변경 명령어 추가
1 parent 62a8e88 commit 94533ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dev.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
java-version: 17
2222
# Gradle Buile
2323
- name: Build with Gradle
24-
run: sudo ./gradlew clean build
24+
run: |
25+
cd /Backend
26+
sudo ./gradlew clean build
2527
# DockerHub 로그인
2628
- name: Login to DockerHub
2729
uses: docker/login-action@v1

0 commit comments

Comments
 (0)