Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Jan 10, 2025
1 parent c5bb87e commit cfcd225
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,17 @@ jobs:
name: debug-keystore
path: /root/.android

- uses: actions/download-artifact@v4
with:
pattern: native-libs-*
path: android/app/build/rustJniLibs/android
merge-multiple: true

- uses: actions/download-artifact@v4
with:
name: relay-list
path: android/app/build/extraAssets

- name: Assemble instrumented test apk
uses: burrunan/gradle-cache-action@v1
with:
Expand Down

0 comments on commit cfcd225

Please sign in to comment.