Skip to content

Commit

Permalink
test: github action 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
EOTAEGYU committed Oct 11, 2024
1 parent 7a982c7 commit a18a0c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:

# 3. Spring Boot 애플리케이션 빌드
- name: Build with Gradle
working-directory: 2024-UCD_WEB_SERVER/2024-UCD_WEB_SERVER # Spring Boot 프로젝트 폴더로 이동
working-directory: ./2024-UCD_WEB_SERVER # Spring Boot 프로젝트 폴더로 이동
run: ./gradlew clean build -x test

# 4. Docker 이미지 빌드
- name: Build Docker image
working-directory: ./2024-UCD_WEB_SERVER # Docker 빌드를 위해 동일 경로 설정
run: |
docker build -t eotaegyu/keynote.app:latest .
Expand Down
8 changes: 1 addition & 7 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a18a0c7

Please sign in to comment.