v4 fails if a broken symlink is present in the repo #1433
Labels
Area: Report Upload
Issues with pre-ingest report uploading
bug
Something isn't working
Medium
Medium Priority Issues (to be fixed or re-evaluated in 3 months
I'm trying to update the github action from v3 to v4, but the CI fails with this error:
(you can see it here until it lasts: https://github.com/arduino/arduino-cli/actions/runs/9112950400/job/25053833785?pr=2522#step:8:112)
the "missing" file is a broken symlink that we use in our integration tests suite:
The best fix in our use case is to catch the "No such file or directory" exception and ignore it.
The text was updated successfully, but these errors were encountered: