test: ensure catalogue in place [ci skip]
This commit is contained in:
parent
d2efdf8bf5
commit
a2116774e8
@ -16,6 +16,7 @@ teardown_file(){
|
||||
setup(){
|
||||
load "$PWD/tests/integration/helpers/common"
|
||||
_common_setup
|
||||
_ensure_catalogue
|
||||
}
|
||||
|
||||
teardown(){
|
||||
|
@ -26,3 +26,8 @@ _ensure_latest_version(){
|
||||
return 1
|
||||
fi
|
||||
}
|
||||
|
||||
_ensure_catalogue(){
|
||||
run git clone https://git.coopcloud.tech/coop-cloud/recipes-catalogue-json.git $ABRA_DIR/catalogue
|
||||
assert_success
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user