From 6d77ea7ad83f29d5b6afe45dcaf102fc36b430fd Mon Sep 17 00:00:00 2001 From: Jonatan Rhodin Date: Tue, 7 Jan 2025 13:47:11 +0100 Subject: [PATCH] Remove caching of generate relay list --- .github/workflows/android-app.yml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index fcc4b35a2995..063c0d3f03d6 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -129,16 +129,20 @@ jobs: - name: Generate if: steps.cache-relay-list.outputs.cache-hit != 'true' - uses: burrunan/gradle-cache-action@v1 - with: - job-id: jdk17 - arguments: generateRelayList - gradle-version: wrapper - build-root-directory: android - execution-only-caches: false + run: ./android/gradlew -p android + + #- name: Generate + # if: steps.cache-relay-list.outputs.cache-hit != 'true' + # uses: burrunan/gradle-cache-action@v1 + # with: + # job-id: jdk17 + # arguments: generateRelayList + # gradle-version: wrapper + # build-root-directory: android + # execution-only-caches: false # Disable if logs are hard to follow. - concurrent: true - read-only: ${{ github.ref != 'refs/heads/main' }} + # concurrent: true + # read-only: ${{ github.ref != 'refs/heads/main' }} - name: Upload uses: actions/upload-artifact@v4