engine.#LoadSecret support

Fixes #1305

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-12-23 17:27:22 +01:00
parent 56a259e140
commit 6a70271ff2
5 changed files with 124 additions and 0 deletions

View File

@@ -125,3 +125,9 @@ setup() {
run "$DAGGER" --europa up ./tasks/httpfetch/not_exist.cue
assert_failure
}
@test "task: #LoadSecret" {
cd "$TESTDIR"/tasks/loadsecret
"$DAGGER" --europa up ./loadsecret.cue
}