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(ci): skip testcontainers on Windows, handle glama-sync failure gracefully
- Add runtime.GOOS == "windows" skip in startPostgres/startMySQL test helpers
to prevent panic from rootless Docker on Windows CI
- Wrap testcontainers.GenericContainer() calls in panic recovery to catch
future runtime panics gracefully instead of crashing the test suite
- Add continue-on-error: true to glama-sync trigger-glama-build job so
missing GLAMA_SESSION_COOKIE does not block CI status
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments