Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Commit

Permalink
Run tests independently to avoid JVM memory issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jkasten2 committed Jun 8, 2021
1 parent da3475c commit 0ada42b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ before_script:
- yes | sdkmanager "platforms;android-27"
- chmod +x gradlew
script:
- ./gradlew build
- ./gradlew test --tests "com.onesignal.androidsdk.MainTest"
- ./gradlew test --tests "com.onesignal.androidsdk.FullBuildTest"
after_failure:
- cat build/reports/lint-results.xml
- cat build/outputs/lint-results-debug.xml
- cd ../..
- pwd
- ls -la $HOME
- ls -la $HOME/android-sdk
- ls -la $HOME/android-sdk

0 comments on commit 0ada42b

Please sign in to comment.