Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Nino <jnino@lyft.com>
  • Loading branch information
Jose Nino committed May 15, 2020
1 parent 61d7b65 commit 94dce23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- run: ls -lh dist/
- name: start simulator
run: ./ci/mac_start_emulator.sh
- run: bazel mobile-install --fat_apk_cpu=x86 --start_app //examples/java/hello_world:hello_envoy
- run: bazel mobile-install --fat_apk_cpu=x86 //examples/java/hello_world:hello_envoy
name: 'Start java app'
- run: 'adb logcat -e "successful response" -m 1'
name: 'Check liveliness'
Expand All @@ -89,7 +89,7 @@ jobs:
- run: ls -lh dist/
- name: start simulator
run: ./ci/mac_start_emulator.sh
- run: bazel mobile-install --fat_apk_cpu=x86 --start_app //examples/kotlin/hello_world:hello_envoy_kt
- run: bazel mobile-install --fat_apk_cpu=x86 //examples/kotlin/hello_world:hello_envoy_kt
name: 'Start kotlin app'
- run: 'adb logcat -e "successful response" -m 1'
name: 'Check liveliness'
Expand Down

0 comments on commit 94dce23

Please sign in to comment.