You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: make CI workflow graceful when solution doesn't exist yet
- Add conditional checks for .sln file existence
- Skip build/test steps if no solution found
- Add helpful messages explaining the skip
- Set continue-on-error for these steps
This allows the CI to pass during initial setup before Sprint 0 is complete.
Once the solution is created, the full CI pipeline will run normally.
0 commit comments