CI / build-and-test (push) Failing after 33s
ls returns exit code 2 when glob has no matches, which fails the build step under set -e + pipefail. find returns 0 even when no files are found.
ls returns exit code 2 when glob has no matches, which fails the build step under set -e + pipefail. find returns 0 even when no files are found.