Skip to content

Commit 3e63a5b

Browse files
committed
Add test job
1 parent fc87077 commit 3e63a5b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/android-app.yml

+16
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,22 @@ jobs:
283283
- name: Fix HOME path
284284
run: echo "HOME=/root" >> $GITHUB_ENV
285285

286+
- name: Wait for native (extra)
287+
uses: kachick/wait-other-jobs@v2.0.3
288+
with:
289+
wait-list: |
290+
[
291+
{
292+
"workflowFile": "android-app.yml",
293+
"jobMatchMode": "prefix",
294+
"jobName": "build-native"
295+
},
296+
{
297+
"workflowFile": "android-app.yml",
298+
"jobName": "generate-relay-list"
299+
}
300+
]
301+
286302
- name: Checkout repository
287303
uses: actions/checkout@v4
288304
with:

0 commit comments

Comments
 (0)