Skip to content

Commit b30cdde

Browse files
committed
CLAP-107 Bug : CI test yml파일 key 중복 수정
<footer> - 관련: #60
1 parent eefe6ee commit b30cdde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dev-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ 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/application.yml
24+
- run: touch ./src/test/resources/application.yml
25+
- run: echo "${{ secrets.S3_PROPERTIES }}" > ./src/test/resources/application.yml
2526

2627
# gradle caching - 빌드 시간 향상
2728
- name: Gradle Caching

0 commit comments

Comments
 (0)