mirror of
https://github.com/gradle/actions.git
synced 2025-04-22 02:39:19 +08:00
On long-lived machines, it's possible that the `.build-results` directory isn't cleared between invocations. This will result in the job summary including results from previous jobs. By marking each build-results file as 'processed' at the end of the job, we can avoid this scenario.