Skip to content

Commit aa019be

Browse files
committed
run one script
1 parent 288a4b0 commit aa019be

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

.github/workflows/functional-test.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff 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() }}

0 commit comments

Comments
 (0)