Skip to content

Commit

Permalink
Move extra native
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Dec 18, 2024
1 parent c9f6694 commit 1cff2dd
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,23 @@ jobs:
needs: prepare
runs-on: ubuntu-latest
steps:

- name: Wait for native (extra)
uses: kachick/[email protected]
with:
wait-list: |
[
{
"workflowFile": "android-app.yml",
"jobMatchMode": "prefix",
"jobName": "build-native"
},
{
"workflowFile": "android-app.yml",
"jobName": "Generate relay list"
}
]
- name: Generate keystore
run: >-
keytool -genkey
Expand Down Expand Up @@ -283,22 +300,6 @@ jobs:
- name: Fix HOME path
run: echo "HOME=/root" >> $GITHUB_ENV

- name: Wait for native (extra)
uses: kachick/[email protected]
with:
wait-list: |
[
{
"workflowFile": "android-app.yml",
"jobMatchMode": "prefix",
"jobName": "build-native"
},
{
"workflowFile": "android-app.yml",
"jobName": "generate-relay-list"
}
]
- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 1cff2dd

Please sign in to comment.