Skip to content

Commit

Permalink
fix: build for pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Malopieds committed Jul 23, 2024
1 parent 2b805ea commit d5aff69
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Decode Keystore
run: echo ${{ secrets.KEYSTORE }} | base64 -d >> app/music-debug.jks

- name: set up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -22,13 +19,3 @@ jobs:

- name: Build debug APK and run jvm tests
run: ./gradlew assembleDebug lintFossDebug testFossDebugUnitTest --stacktrace -DskipFormatKtlint
env:
MUSIC_DEBUG_KEYSTORE_FILE: 'music-debug.jks'
MUSIC_DEBUG_SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
MUSIC_DEBUG_SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}

- name: Upload APK
uses: actions/upload-artifact@v3
with:
name: app
path: app/build/outputs/apk/foss/debug/*.apk

0 comments on commit d5aff69

Please sign in to comment.