Skip to content

Commit

Permalink
Fix Typo in CI config (#2056)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr authored and jmrossy committed Dec 5, 2019
1 parent 303c5bf commit 271fb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE=1 brew tap homebrew/cask-versions
HOMEBREW_NO_AUTO_UPDATE=1 brew cask install homebrew/cask-versions/adoptopenjdk8
- run:
name: Creace Android Virtual Device (AVD)
name: Create Android Virtual Device (AVD)
command: |
avdmanager create avd -n Nexus_5X_API_28_x86 -k "system-images;android-26;google_apis;x86" -g google_apis -d "Nexus 5"
# Copy device configuarion, adv for some reason doesn't
Expand Down

0 comments on commit 271fb9d

Please sign in to comment.