Skip to content

Commit

Permalink
fix: ci.yml 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjookang authored Oct 6, 2024
1 parent 88bb69d commit 6005762
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'

- name: Create main resources directory
run: mkdir -p src/main/resources

- name: Create test resources directory
run: mkdir -p src/test/resources

# main의 application.yml 생성
- name: Set Release YML File
Expand Down Expand Up @@ -57,4 +63,4 @@ jobs:

#빌드 작업 실행(테스트도 같이 진행)
- name: Build with Gradle Wrapper
run: ./gradlew build
run: ./gradlew build

0 comments on commit 6005762

Please sign in to comment.