Skip to content

Commit 314681c

Browse files
committed
Fix copilot setup steps
1 parent 3342c8a commit 314681c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ jobs:
3838

3939
- name: Populate Gradle caches
4040
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

Comments
 (0)