Skip to content

Commit 48ab96d

Browse files
committed
Test generate relay list task
1 parent 74b22f8 commit 48ab96d

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/android-app.yml

+2-14
Original file line numberDiff line numberDiff line change
@@ -129,20 +129,8 @@ jobs:
129129

130130
- name: Generate
131131
if: steps.cache-relay-list.outputs.cache-hit != 'true'
132-
run: ./android/gradlew -p android
133-
134-
#- name: Generate
135-
# if: steps.cache-relay-list.outputs.cache-hit != 'true'
136-
# uses: burrunan/gradle-cache-action@v1
137-
# with:
138-
# job-id: jdk17
139-
# arguments: generateRelayList
140-
# gradle-version: wrapper
141-
# build-root-directory: android
142-
# execution-only-caches: false
143-
# Disable if logs are hard to follow.
144-
# concurrent: true
145-
# read-only: ${{ github.ref != 'refs/heads/main' }}
132+
shell: bash
133+
run: ./android/gradlew -p android generateRelayList
146134

147135
- name: Upload
148136
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)