adoroszlai commented on PR #1022: URL: https://github.com/apache/ratis/pull/1022#issuecomment-1899884041
> In https://github.com/apache/ratis/actions/runs/7575888844?pr=1022 , there is a warning: > > * [findbugs](https://github.com/apache/ratis/actions/runs/7575888844/job/20634123845#step:6:11) > > ``` > No files were found with the provided path: target/findbugs. No artifacts will be uploaded. > ``` > > Is it expected? Yes, the same also happens on `master` ([example](https://github.com/apache/ratis/actions/runs/6922173476/job/18828596492#step:6:10)). The problem is that the CI environment does not have `spotbugs` installed, so it cannot post-process the results for upload. The check still catches violations. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
