Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Nov 18, 2023
1 parent 62fdff2 commit 84c6e7d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,6 @@ jobs:
- name: Setup Android Manager
uses: android-actions/setup-android@v3

- name: Run Android Test App on Emulator
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 27
script: |
adb shell monkey -p com.launchdarkly.androidtests -c android.intent.category.LAUNCHER 1
( adb logcat DOTNET:D AndroidRuntime:D & ) | tee test-run.log | grep -q 'Tests run:'
echo Todd
tail -f -c+0 test-run.log
- name: Run Android Test App on Emulator
uses: reactivecircus/android-emulator-runner@v2
with:
Expand All @@ -99,4 +89,3 @@ jobs:
( adb logcat DOTNET:D AndroidRuntime:D & ) | tee test-run.log | grep -q 'Tests run:'
cat test-run.log | tr -s ' ' | cut -d ' ' -f 1,2,7-
if grep '\[FAIL\]' test-run.log >/dev/null; then exit 1; fi

0 comments on commit 84c6e7d

Please sign in to comment.