Skip to content

Commit

Permalink
ci(github): don't disable android emulator animations, make more stable
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Apr 19, 2021
1 parent b3781da commit f2fb85a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
api-level: 29
target: playstore
script: npm run test:android -- --sdkVersion 9.3.2.GA
disable-animations: false # defaulting to true, the commands sent to emulator to do this sometimes run too quickly after boot and cause "adb: device offline" failures

- name: Show summary of ccache configuration and statistics counters
run: ccache --show-stats
Expand Down

0 comments on commit f2fb85a

Please sign in to comment.