Skip to content

Commit d661aa4

Browse files
committed
fix: test CI 코드 수정
1 parent 8b6d24e commit d661aa4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
distribution: 'temurin'
2424
java-version: '17'
2525

26+
- name: Initialize Gradle (Gradle 초기화)
27+
run: |
28+
./default/gradle init
29+
./chat/gradle init
30+
2631
- name: Create application.properties from git secret (application.properties 파일 생성)
2732
run: |
2833
mkdir -p default/src/main/resources

0 commit comments

Comments
 (0)