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 75cf1df
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,34 @@ jobs:
name: debug-keystore
path: /root/.android

- name: Wait for other jobs (native, relay list)
uses: kachick/[email protected]
with:
wait-seconds-before-first-polling: '0'
wait-list: |
[
{
"workflowFile": "android-app.yml",
"jobMatchMode": "prefix",
"jobName": "Build native"
},
{
"workflowFile": "android-app.yml",
"jobName": "Generate relay list"
}
]
- 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 75cf1df

Please sign in to comment.