Skip to content

Commit

Permalink
chore : ci 프로퍼티 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HamBP committed Apr 18, 2024
1 parent b255543 commit 0e80b73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,15 @@ jobs:

- name: Run unit tests
env:
DEBUG_KEYSTORE: ${{ secrets.DEBUG_KEYSTORE }}
KEYSTORE_PROPERTIES: ${{ secrets.KEYSTORE_PROPERTIES }}
LOCAL_PROPERTIES: ${{ secrets.LOCAL_PROPERTIES }}
GOOGLE_SERVICES: ${{ secrets.GOOGLE_SERVICES }}
run: |
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
./gradlew test --stacktrace
- name: Publish Test Results
Expand Down

0 comments on commit 0e80b73

Please sign in to comment.