mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 21:27:11 -07:00
Add GitHub workflows for test and release
Also: - Fix test scenario that failed due to fuzzy completions - Bump Cucumber Fixes #36
This commit is contained in:
parent
04ecbe7361
commit
244456c681
9 changed files with 205 additions and 15 deletions
|
@ -149,7 +149,7 @@ Feature: Shell Completion
|
|||
| ini | init | /^(?!init).*$/ |
|
||||
| ins | install | /^(?!install).*$/ |
|
||||
| c | clear | /^(?!clear).*$/ |
|
||||
| a | | /.*/ |
|
||||
| b | | /.*/ |
|
||||
| 'init ' | | /.*/ |
|
||||
| 'clear ' | | /.*/ |
|
||||
| 'install ' | | /.*/ |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue