Skip to content

Commit 61791a6

Browse files
authored
Fix copilot setup steps (#4402)
1 parent 3342c8a commit 61791a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

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

3939
- name: Populate Gradle caches
4040
run: ./gradlew classes testClasses assemble spotlessApply
41+
# workflow failure prevents Copilot coding agent from starting
42+
continue-on-error: true

0 commit comments

Comments
 (0)