removed --no-cache

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones
2021-12-09 11:36:30 -07:00
parent 026c7641b3
commit a80c48f241

View File

@@ -5,6 +5,6 @@ setup() {
} }
@test "plan: hello" { @test "plan: hello" {
run dagger --no-cache --europa up ./plan/hello-europa run dagger --europa up ./plan/hello-europa
assert_success assert_success
} }