diff --git a/.github/workflows/dev-ci.yml b/.github/workflows/dev-ci.yml index be69c69e..771fd056 100644 --- a/.github/workflows/dev-ci.yml +++ b/.github/workflows/dev-ci.yml @@ -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