Skip to content

Commit

Permalink
Resolve all fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Dec 18, 2024
1 parent b379965 commit 91613c7
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,23 +77,6 @@ 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 @@ -324,20 +307,20 @@ jobs:
read-only: ${{ github.ref != 'refs/heads/main' }}

- name: Wait for other jobs (native, relay list)
uses: kachick/wait-other-jobs@v2.0.3
uses: kachick/wait-other-jobs@v3.5.0
with:
wait-list: |
[
{
"workflowFile": "android-app.yml",
"jobMatchMode": "prefix",
"jobName": "build-native"
"jobName": "Build native"
},
{
"workflowFile": "android-app.yml",
"jobName": "generate-relay-list"
"jobName": "Generate relay list"
}
]
]

Check failure on line 323 in .github/workflows/android-app.yml

View workflow job for this annotation

GitHub Actions / check-formatting

323:14 [trailing-spaces] trailing spaces
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 91613c7

Please sign in to comment.