From 60b3af1fa497c5d3e0ac0400063463b5c962d678 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 18 Aug 2025 08:09:58 +0200 Subject: [PATCH] test: retrieve abra-test-recipe by hand now --- tests/integration/helpers/app.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/helpers/app.bash b/tests/integration/helpers/app.bash index c9da329454..62b7ae229d 100644 --- a/tests/integration/helpers/app.bash +++ b/tests/integration/helpers/app.bash @@ -1,6 +1,8 @@ #!/usr/bin/env bash _new_app() { + _fetch_recipe + run $ABRA app new "$TEST_RECIPE" \ --no-input \ --server "$TEST_SERVER" \