Skip to content

Fix #3: Test, Build, Sign and push to GH releases #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: "workaround" testing release v0.13.0_184 build
  • Loading branch information
kumy authored and actions-user committed May 28, 2025
commit 7126c5eb35db7557373048d56fe2f416641755e3
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