diff --git a/.github/workflows/springboot.yaml b/.github/workflows/springboot.yaml index ef31a0eb..1ffa198d 100644 --- a/.github/workflows/springboot.yaml +++ b/.github/workflows/springboot.yaml @@ -24,6 +24,11 @@ jobs: distribution: 'temurin' cache: gradle + - name: Add test account key from secrets + run: | + echo ${{ secrets.FIREBASE_TEST_ACCOUNT_KEY }} > \ + ./src/test/kotlin/com/goliath/emojihub/springboot/TestServiceAccountKey.json + - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle