Skip to content

Commit 4726011

Browse files
CyberdyneDevelopmentclaude
andcommitted
ci: Allow test failures on develop even for full builds [full-build]
The "Test all projects (release)" step now has continue-on-error for develop branch, matching the behavior of incremental builds. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 69cf26a commit 4726011

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ jobs:
170170
run: |
171171
Write-Output "Release build: testing all projects..."
172172
dotnet test --configuration ${{ env.BUILD_CONFIGURATION }} --no-build --verbosity normal
173+
continue-on-error: ${{ github.ref == 'refs/heads/develop' }}
173174

174175
# === CACHE BUILD OUTPUTS ===
175176
- name: Cache build outputs

0 commit comments

Comments
 (0)