Move tests plan from dagger dir to universe
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
14
stdlib/docker/tests/run-local/local.cue
Normal file
14
stdlib/docker/tests/run-local/local.cue
Normal file
@@ -0,0 +1,14 @@
|
||||
package docker
|
||||
|
||||
import (
|
||||
"dagger.io/random"
|
||||
)
|
||||
|
||||
suffix: random.#String & {
|
||||
seed: ""
|
||||
}
|
||||
|
||||
run: #Run & {
|
||||
name: "daggerci-test-local-\(suffix.out)"
|
||||
ref: "hello-world"
|
||||
}
|
Reference in New Issue
Block a user