Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lumpidu authored Jan 1, 2025
1 parent c1310fa commit 3a4e6b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
ENCODED_KS: ${{ secrets.KEYSTORE }}
run: |
TMP_KEYSTORE_FILE_PATH="${RUNNER_TEMP}"/keystore
echo -n "${{ secrets.KEYSTORE }}" | xxd -ps
echo
mkdir -p "${TMP_KEYSTORE_FILE_PATH}"
echo "$ENCODED_KS" | base64 -di > "${TMP_KEYSTORE_FILE_PATH}"/simaromur_ks.jks
ls -al "${TMP_KEYSTORE_FILE_PATH}"
Expand Down Expand Up @@ -65,6 +67,12 @@ jobs:
- name: "Build the app"
run: |
git submodule update --init
echo -n "${{ secrets.SIGNING_KEY_ALIAS }}" | xxd -ps
echo
echo -n "${{ secrets.SIGNING_KEY_PASSWORD }}" | xxd -ps
echo
echo -n "${{ secrets.SIGNING_STORE_PASSWORD }}" | xxd -ps
echo
./gradlew assemble
./gradlew build -x test
env:
Expand Down

0 comments on commit 3a4e6b0

Please sign in to comment.