⬆️ chore: bump versions of bash-aliases and uv features#10
Merged
loureirorg merged 9 commits intomainfrom Dec 8, 2024
Merged
Conversation
… resolution Updated 'devcontainer-feature.json' for 'bash-aliases' and 'uv' features to use 'dependsOn' instead of 'installAfter' to ensure hard dependencies are correctly installed.
…bility in CI Updated the test script to use 'bash -lc' instead of 'bash -ic' to ensure the aliases are loaded correctly in the CI environment.
Reverted the changes from 'bash -lc' back to 'bash -ic' and commented out a test that may be causing issues in the CI environment.
Commented out 'set -e' in the test script to capture error messages and debug the issue in the CI environment.
…s in CI Switched back to 'bash -lc' in the test script to capture different error messages and debug the issue in the CI environment.
Refactored the test script by splitting it into setup and cases. Reloaded the rc file after setup instead of relying on 'bash -lc' for better compatibility.
- Split `test.sh` into modular components: - `test.sh` now contains non-user-defined code. - Added `setup.sh` for testing setup, which runs once per `devcontainer features test` execution. - Created `cases/` directory for test cases, each testing a group of related features. - Introduced `cases/__before.sh` to run before every test case. - Updated test cases to properly test aliases: - Resolved issue where `check` command did not work directly with aliases. - Modified tests to use `echo "$(alias_command)"` or `zsh -ic alias_command`. This refactoring enhances the test suite structure and improves reliability when testing aliases with the `check` function.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.