File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,13 +147,18 @@ jobs:
147147 force-avd-creation : false
148148 emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
149149 disable-animations : false
150+ script : echo "Generated AVD snapshot for caching."
151+
152+ - name : run tests
153+ uses : reactivecircus/android-emulator-runner@v2
154+ with :
155+ api-level : ${{ env.API_LEVEL }}
156+ arch : ${{ env.ARCH }}
157+ script : cd android_tests;bundle install;bundle exec rake --tasks;bundle exec rake android
158+ target : google_apis
159+ profile : Nexus 5X
150160 disable-spellchecker : true
151- script : |
152- pushd android_tests
153- bundle install
154- bundle exec rake --tasks
155- bundle exec rake android
156- popd
161+ disable-animations : true
157162
158163 - name : Save server output
159164 if : ${{ always() }}
You can’t perform that action at this time.
0 commit comments