Skip to content
5 changes: 2 additions & 3 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
with:
java-version: '17'
distribution: 'temurin' # https://github.com/actions/setup-java
- run: touch ./src/main/resources/s3.yml
- run: echo "${{ secrets.S3_PROPERTIES }}" > ./src/main/resources/s3.yml

- run: echo "${{ secrets.S3_PROPERTIES }}" >> ./src/test/resources/s3.yml

# gradle caching - 빌드 시간 향상
- name: Gradle Caching
uses: actions/cache@v4
Expand Down
Loading