mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-26 05:37:11 -07:00
Migrate completion tests to Cucumber.
Also retire Fish 2.x + macOS test; installation of custom brew didn't work out anymore.
This commit is contained in:
parent
ed6039e533
commit
0c15f199cd
12 changed files with 364 additions and 236 deletions
|
@ -3,8 +3,7 @@
|
|||
source "${HOME}"/.sdkman/bin/sdkman-init.sh
|
||||
|
||||
# Set up an SDK with two installed versions
|
||||
# --> test of `sdk use` in wrapper.fish
|
||||
# --> tests in completion.rb
|
||||
# --> test of `sdk use` in wrapper.fish
|
||||
sdk install ant 1.9.9
|
||||
echo "y" | sdk install ant 1.10.1
|
||||
sdk default ant 1.10.1
|
||||
sdk default ant 1.10.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue