Add tests on docker.#Build
definition
- Simple build test - Multi step to build a go binary Signed-off-by: Vasek - Tom C <tom.chauveau@epitech.eu>
This commit is contained in:
committed by
Vasek - Tom C
parent
c2a7766293
commit
26b2ef8697
7
pkg/universe.dagger.io/docker/test/testdata/main.go
vendored
Normal file
7
pkg/universe.dagger.io/docker/test/testdata/main.go
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Printf("hello world")
|
||||
}
|
Reference in New Issue
Block a user