Skip to content

Commit

Permalink
Test release during pull request (#178)
Browse files Browse the repository at this point in the history
* Test release during pull request

* Increase memory for gradle
  • Loading branch information
hannesa2 authored Dec 7, 2021
1 parent 115e333 commit da61d21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Android-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Android SDK
uses: malinskiy/action-android/install-sdk@release/0.1.1
- name: Build project
run: ./gradlew assembleDebug
run: ./gradlew build
- name: Run tests
run: ./gradlew test
Check:
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
# org.gradle.parallel=true
android.enableJetifier=true
android.useAndroidX=true

org.gradle.jvmargs=-Xmx1536m

0 comments on commit da61d21

Please sign in to comment.