Skip to content

Commit

Permalink
fix: "workaround" testing release v0.13.0_184 build
Browse files Browse the repository at this point in the history
  • Loading branch information
kumy committed Mar 20, 2024
1 parent e50760c commit 308a2ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
distribution: 'zulu'
java-version: 11

- name: Run Tests
run: cd obv_messenger/ && ./gradlew test --stacktrace
# - name: Run Tests
# run: cd obv_messenger/ && ./gradlew test --stacktrace

- name: Build Release APK
run: cd obv_messenger/ && ./gradlew assembleRelease --stacktrace
Expand Down

0 comments on commit 308a2ce

Please sign in to comment.