gradle / test-retry-gradle-plugin

Gradle plugin to retry tests that have failed to mitigate test flakiness.
Apache License 2.0
220 stars 49 forks source link

Fix Gradle wrapper upgrade action #218

Closed marcphilipp closed 11 months ago

marcphilipp commented 11 months ago

With 0.11.2 of the Gradle plugin, the GitHub Action did nothing (due to https://github.com/gradle/wrapper-upgrade-gradle-plugin/issues/158). The issue was fixed in 0.11.3 which revealed a problem when pushing the PR branch to the GitHub repo.

marcphilipp commented 11 months ago

Successful run: https://github.com/gradle/test-retry-gradle-plugin/actions/runs/6195330194

Created PR: https://github.com/gradle/test-retry-gradle-plugin/pull/219

marcphilipp commented 11 months ago

New run: https://github.com/gradle/test-retry-gradle-plugin/actions/runs/6195418158/job/16820089199

New PR: https://github.com/gradle/test-retry-gradle-plugin/pull/220