Migrate installer test to Cucumber.

This commit is contained in:
Raphael Reitzig 2020-05-26 05:07:24 +02:00
parent 42aff3b4c5
commit 7e97c4c1c1
4 changed files with 34 additions and 7 deletions

View file

@ -37,5 +37,3 @@ install:
script:
- (cd test && cucumber)
# TODO: Migrate these to Cucumber:
- bash test/remove_sdkman.sh > /dev/null && fish -c "echo 'y' | sdk" > /dev/null && fish -c "sdk version"