-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KalugaFile introduced #638
Conversation
This fails on Android integrations tests: https://github.com/splendo/kaluga/actions/runs/4045456596/jobs/6959938588#step:8:988 You probably need to add this as a resource path to the android configuration. |
This does pretty much duplicate a lot of Okio, but I guess with a slightly more simple API. Maybe you want to do your own comparison. However Okio does nothing with regards to getting the resources in the right place. I see you deal with the resource problem by just copying the resource around to multiple places, this can also be done with gradle configuration. I suspect you're also lifting along with kaluga/gradle/component.gradle Line 157 in 6504925
|
Yeah, looks like instrumented tests works totally different compare to unit test (and jvm) |
#637