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
{{ message }}
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
fix: [#14] correct configure-env test logic to eliminate CI warning
The test was incorrectly expecting the configure-env.sh script to fail
when called without parameters, but the script is designed to use
sensible defaults ('local' environment).
Changes:
- Fixed test logic to expect success when script uses defaults
- Replaced warning message with proper success validation
- Added proper error handling when script actually fails
This eliminates the CI warning:
'[WARNING] Script should handle missing parameters gracefully'
The script DOES handle missing parameters gracefully by using defaults,
so the test should validate this behavior correctly.
0 commit comments