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 16, 2023
1 parent 707df89 commit 117cc01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ jobs:
with:
api-level: 27
script: |
echo "About to sleep"
sleep 10
adb logcat mono-stdout:D AndroidRuntime:D *:S | tee test-run.log
adb logcat mono-stdout:D AndroidRuntime:D *:S | tee test-run.log &
adb install tests/LaunchDarkly.ClientSdk.Android.Tests/bin/Debug/net7.0-android/com.companyname.LaunchDarkly.ClientSdk.Android.Tests-Signed.apk
adb shell monkey -p com.launchdarkly.LaunchDarkly.ClientSdk.Android.Tests 1
"( tail -f -c+0 test-run.log & ) | grep -q 'Tests run:'"
Expand Down

0 comments on commit 117cc01

Please sign in to comment.