Skip to content

Commit 5ae0ab4

Browse files
committed
CLAP-104 CI/CD : CI에서 test에 application.yml파일에 s3정보 적도록 수정
1 parent 630cecc commit 5ae0ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
java-version: '17'
2323
distribution: 'temurin' # https://github.com/actions/setup-java
24-
- run: echo "${{ secrets.S3_PROPERTIES }}" >> ./src/test/resources/s3.yml
24+
- run: echo "${{ secrets.S3_PROPERTIES }}" >> ./src/test/resources/application.yml
2525

2626
# gradle caching - 빌드 시간 향상
2727
- name: Gradle Caching

0 commit comments

Comments
 (0)