Skip to content

Commit

Permalink
Test generate relay list task
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Jan 7, 2025
1 parent 6d77ea7 commit 1b29679
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,15 @@ jobs:
key: relay-list-${{ steps.get-date.outputs.date }}

- name: Checkout repository
if: steps.cache-relay-list.outputs.cache-hit != 'true'
# if: steps.cache-relay-list.outputs.cache-hit != 'true'
uses: actions/checkout@v4
with:
submodules: true

- name: Generate
if: steps.cache-relay-list.outputs.cache-hit != 'true'
run: ./android/gradlew -p android
# if: steps.cache-relay-list.outputs.cache-hit != 'true'
shell: bash
run: ./android/gradlew -p android generateRelayList

#- name: Generate
# if: steps.cache-relay-list.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 1b29679

Please sign in to comment.