added new test for input directories
Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
10
tests/plan/inputs/directories/exists.cue
Normal file
10
tests/plan/inputs/directories/exists.cue
Normal file
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"alpha.dagger.io/europa/dagger"
|
||||
)
|
||||
|
||||
dagger.#Plan & {
|
||||
input: directories: test: path: "./plan/inputs/directories"
|
||||
actions: verify: input.directories.test.contents
|
||||
}
|
Reference in New Issue
Block a user