Skip to content

Commit

Permalink
fix: Github 경로 로그 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepelown authored Dec 2, 2024
1 parent 63a5c07 commit 2f97c78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
# 기본 체크아웃
- name: Checkout
uses: actions/checkout@v3
# 폴더 정보 확인
- name: List the repository structure
run: ls -R

# JDK 17 세팅
- name: Set up JDK 17
Expand Down

0 comments on commit 2f97c78

Please sign in to comment.