Merge pull request #1307 from aluzzardi/engine-loadsecret

engine.#NewSecret support
This commit is contained in:
Andrea Luzzardi
2022-01-10 12:09:21 -08:00
committed by GitHub
6 changed files with 127 additions and 1 deletions

View File

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