Hello all :wave: I'm looking at running wearApp ro...
# confetti
a
Hello all 👋 I'm looking at running wearApp roboelectric tests, but nothing run from here? I've probably missed something 🤔
j
away from laptop right now but @yschimke might be able to comment on this
m
Run them from the command line ? I've had mixed results with AS/IJ intégration sometimes
a
ok 👍
m
FWIW it's working for me at the moment
Copy code
Executing tasks: [:wearApp:testDebugUnitTest] in project /Users/mbonnin/git/Confetti
Using
Copy code
Android Studio Hedgehog | 2023.1.1 Canary 3
a
I'm in Girafe. Gradle launch of tests failed for me
Let me get the last AS
m
Ah yes, the tests fail for me too 😄 But they run!
I get
--- Failed to create image decoder with message 'unimplemented'
a
yes, also this kind of errors on my side
m
Might be something with git-lfs. I know the pngs are stored in lfs
Try
brew install git-lfs
?
a
not better 😅
are you on main branch?
m
Yep
a
ok 🤔
m
Recent jobs seem to fail for other reasons
a
let me check on my environment, I'll catchup against CI worflows config
seems my local images are bad:
130 bytes seems small for an image 😅
j
do you need to do another git pull (or fresh one maybe) after installing git-lfs?
m
Sounds like you need
git lfs install
in the repo
We should add that to the contributing guide
a
to do before git cone then?
git lfs install
m
I would say this:
Copy code
# install git-lfs on your system
brew install git-lfs
# clone the repo
git clone <https://github.com/joreilly/Confetti>
cd Confetti
# install git-lfs in the repo
git lfs install
a
I've just done "git lfs install" before clone
seems to work
yes working 👍
m
🎉
a
yeay 🤘
m
Want to edit the CONTRIBUTING.md?
a
sure 👍
first contribution 😄
j
@arnaud.giuliani did project reveal anything about issue you were investigating?
a
still investigating, but it helps 👍
y
Missed all this fun. Glad lfs is working now
@arnaud.giuliani if it doesn't just work for you, I can make a draft PR that demonstrates it crashing, since I am working around it for now