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: resolve yq version compatibility and BATS warnings
- Handle both quoted and unquoted yq output for cross-version compatibility
- Support both python-based yq (outputs quotes) and go-based yq (no quotes)
- Fix BATS warning about expected exit codes by using run -0 -127
- Add minimum BATS version requirement for modern syntax
- Resolves tests 19-21 failing due to different yq output formats in CI
All tests now pass with proper version compatibility handling.
0 commit comments