I'm trying to run `verifyPaparazzi` on Github CI b...
# squarelibraries
r
I'm trying to run
verifyPaparazzi
on Github CI but I get a NPE on line 21 for the
Paparazzi
object only on CI. Works fine locally
y
I got this when I didn't have git LFS installed on CI
r
How did you manage to fix it. I'm using github actions
y
If it's this, the GitHub actions/checkout has an lfs Boolean flag
👍 1
s
can you share the stacktrace?
r
It worked after including the git LFS option with
actions/checkout
on github actions.
y
Bitmap factory or decoder returns null for bad images
s
@Rafs I'm curious what exactly is null at line 21
oh I see. maybe paparazzi could throw a better error if images can't be decoded instead of an NPE. @Rafs wanna file an issue?
r
Yeah sure I can file an issue