Skip to content

Commit

Permalink
구글 서비스 json 디코딩
Browse files Browse the repository at this point in the history
  • Loading branch information
HamBP authored Apr 18, 2024
1 parent 8cb5587 commit c60be57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "$KEYSTORE" | base64 -d > ./app/boolti-keystore.keystore
echo "$KEYSTORE_PROPERTIES" > keystore.properties
echo "$LOCAL_PROPERTIES" > local.properties
echo "$GOOGLE_SERVICES" > ./app/google-services.json
echo "$GOOGLE_SERVICES" | base64 -d > ./app/google-services.json
./gradlew test --stacktrace
- name: Publish Test Results
Expand Down

0 comments on commit c60be57

Please sign in to comment.