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