Skip to content

Commit 1b29679

Browse files
committed
Test generate relay list task
1 parent 6d77ea7 commit 1b29679

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/android-app.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,15 @@ jobs:
122122
key: relay-list-${{ steps.get-date.outputs.date }}
123123

124124
- name: Checkout repository
125-
if: steps.cache-relay-list.outputs.cache-hit != 'true'
125+
# if: steps.cache-relay-list.outputs.cache-hit != 'true'
126126
uses: actions/checkout@v4
127127
with:
128128
submodules: true
129129

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

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

0 commit comments

Comments
 (0)