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 0f17ebe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@ jobs:

- name: Run unit tests
env:
DEBUG_KEYSTORE: ${{ secrets.DEBUG_KEYSTORE }}
KEYSTORE_PROPERTIES: ${{ secrets.KEYSTORE_PROPERTIES }}
LOCAL_PROPERTIES: ${{ secrets.LOCAL_PROPERTIES }}
run: |
echo "$KEYSTORE" | base64 -d > ./app/boolti-keystore.keystore
echo "$KEYSTORE_PROPERTIES" > keystore.properties
echo "$LOCAL_PROPERTIES" > local.properties
./gradlew test --stacktrace
Expand Down

0 comments on commit 0f17ebe

Please sign in to comment.