From a80c48f241bbeb00c7a8e39ffaeb2eed07aec334 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 9 Dec 2021 11:36:30 -0700 Subject: [PATCH] removed --no-cache Signed-off-by: Richard Jones --- tests/plan.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plan.bats b/tests/plan.bats index 7ab5bad0..56c037b9 100644 --- a/tests/plan.bats +++ b/tests/plan.bats @@ -5,6 +5,6 @@ setup() { } @test "plan: hello" { - run dagger --no-cache --europa up ./plan/hello-europa + run dagger --europa up ./plan/hello-europa assert_success } \ No newline at end of file