All checks were successful
continuous-integration/drone/push Build is passing
15 lines
253 B
Bash
Executable File
15 lines
253 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source ./testfunctions.sh
|
|
source ./common.sh
|
|
|
|
run_test '$ABRA recipe new testrecipe'
|
|
|
|
run_test '$ABRA recipe list'
|
|
|
|
run_test '$ABRA recipe list --pattern cloud'
|
|
|
|
run_test '$ABRA recipe versions peertube'
|
|
|
|
run_test '$ABRA recipe lint gitea'
|