Skip to content

Commit

Permalink
Unconditional tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashoat committed Sep 5, 2024
1 parent 08f1457 commit 059c31c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: yarn ci-cleaninstall
run: yarn ci-cleaninstall

- name: Set up tmate session
uses: mxschmitt/action-tmate@v3

- name: Save ANDROID_KEY_STORE_B64 to file
env:
ANDROID_KEY_STORE_B64: ${{secrets.ANDROID_KEY_STORE_B64}}
Expand All @@ -57,7 +60,3 @@ jobs:
env:
ANDROID_SIGNING_PASSWORD: ${{secrets.ANDROID_SIGNING_PASSWORD}}
run: JAVA_HOME=${JAVA_HOME_11_arm64} ./gradlew bundleRelease

- name: Set up tmate session
if: failure()
uses: mxschmitt/action-tmate@v3

0 comments on commit 059c31c

Please sign in to comment.