We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630cecc commit 5ae0ab4Copy full SHA for 5ae0ab4
.github/workflows/dev-ci.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
java-version: '17'
23
distribution: 'temurin' # https://github.com/actions/setup-java
24
- - run: echo "${{ secrets.S3_PROPERTIES }}" >> ./src/test/resources/s3.yml
+ - run: echo "${{ secrets.S3_PROPERTIES }}" >> ./src/test/resources/application.yml
25
26
# gradle caching - 빌드 시간 향상
27
- name: Gradle Caching
0 commit comments