diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7001101..cd5ff6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,12 @@ jobs: java-version: '17' distribution: 'temurin' + - name: Make application-test.properties + run: | + mkdir -p ./src/test/resources + echo "${{ secrets.ENV_PROPERTIES }}" > ./src/test/resources/application-test.properties + shell: bash + - name: Setup Gradle uses: gradle/actions/setup-gradle@v3