Skip to content

Commit

Permalink
Test assemble Husky beta
Browse files Browse the repository at this point in the history
  • Loading branch information
captainepoch committed May 18, 2024
1 parent f226845 commit d97360c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ jobs:
- name: Gradle Setup
uses: gradle/actions/setup-gradle@v3

- name: Assemble Unsigned APK
run: |
cd husky
./gradlew clean assembleHuskyBetaDebug
if [ -f "app/build/outputs/apk/huskyBeta/debug/husky_${{ steps.vars.outputs.tag }}.apk" ]; then
echo "APK exists."
fi
#- name: Run ktlint
# run: |
# cd husky
Expand Down

0 comments on commit d97360c

Please sign in to comment.