Open trevjonez opened 1 month ago
@trevjonez Thanks. I think not everyone uses Git LFS, and there could be other reasons. So how about making it like this? "Failed to read the file at ${file.path} as an image. Please check the file or the environment. This issue could occur if you are using Git LFS and it is not set up correctly."
While working through migrating some jobs from circle CI over to GHA I hit an error in the test run due to git-lfs not being setup correctly on our self hosted runners.
Stack of the error looks like this:
https://github.com/takahirom/roborazzi/blob/828760f94d77be152e6ed12b68263d5bf0cc6463/roborazzi-painter/src/commonJvmMain/kotlin/com/github/takahirom/roborazzi/AwtRoboCanvas.kt#L312
that line could be augmented pretty easily to provide some extra information something like this?