mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 21:27:11 -07:00
Migrate PATH zombie test to Cucumber.
This commit is contained in:
parent
0a948c81c1
commit
42aff3b4c5
5 changed files with 27 additions and 15 deletions
|
@ -38,5 +38,4 @@ install:
|
|||
script:
|
||||
- (cd test && cucumber)
|
||||
# TODO: Migrate these to Cucumber:
|
||||
- fish -c "sdk install crash 1.3.0; and sdk uninstall crash 1.3.0" > /dev/null && fish test/check_for_path_zombies.fish
|
||||
- bash test/remove_sdkman.sh > /dev/null && fish -c "echo 'y' | sdk" > /dev/null && fish -c "sdk version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue