Merge pull request #1307 from aluzzardi/engine-loadsecret
engine.#NewSecret support
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user