abra/tests/integration/recipe.sh
knoflook 57728e58e8
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
test: improve semi-manual testing
2022-01-21 16:48:42 +01:00

14 lines
245 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 -p cloud'
run_test '$ABRA recipe versions peertube'
run_test '$ABRA recipe lint gitea'