Skip to content

Commit

Permalink
[setting]: Fix PR Builder
Browse files Browse the repository at this point in the history
  • Loading branch information
kez-lab committed Dec 29, 2023
1 parent 1cbd7e0 commit 7bb7271
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/develop_PR_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@ jobs:
- name: Change gradlew permissions
run: chmod +x ./gradlew

- name: Access Firebase Service
run: echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json

- name: Build debug APK
run: ./gradlew assembleDebug --stacktrace

0 comments on commit 7bb7271

Please sign in to comment.