Skip to content

Commit

Permalink
[Setting] 깃헙 액션 파일 내 디렉토리 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkonu authored May 17, 2024
1 parent 5500e1d commit 858fd25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ jobs:

# gradle build
- name: Build with Gradle
run: ./gradlew build -x test
run: |
cd ../../../
pwd
./gradlew build -x test
# docker build & push to production
- name: Docker build & push to prod
Expand Down

0 comments on commit 858fd25

Please sign in to comment.