Skip to content

Commit

Permalink
chore(saucelabs): Android Emulator -> Android GoogleAPI Emulator
Browse files Browse the repository at this point in the history
Android Emulator seems to be behind the latest updates:
current: Chrome Mobile 67 on Android 8
expected: Chrome Mobile 78 on Android 9
  • Loading branch information
limonte committed Nov 15, 2019
1 parent 52cb3ad commit 4999a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cron.yml
Expand Up @@ -3,6 +3,7 @@ name: CRON tests
on:
schedule:
- cron: '0 3 * * *'
push:

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion karma.conf.js
Expand Up @@ -82,7 +82,7 @@ const sauceLabsLaunchers = {
},
android: {
base: 'SauceLabs',
deviceName: 'Android Emulator',
deviceName: 'Android GoogleAPI Emulator',
browserName: 'Chrome',
platformName: 'Android',
platformVersion: 'latest'
Expand Down

0 comments on commit 4999a7e

Please sign in to comment.