We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3342c8a commit 314681cCopy full SHA for 314681c
.github/workflows/copilot-setup-steps.yml
@@ -38,3 +38,6 @@ jobs:
38
39
- name: Populate Gradle caches
40
run: ./gradlew classes testClasses assemble spotlessApply
41
+ # Allow this step to fail without failing the workflow, since build failures
42
+ # shouldn't prevent Copilot coding agent from starting up
43
+ continue-on-error: true
0 commit comments