We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce33b9d commit bd34b5fCopy full SHA for bd34b5f
images/installer/Dockerfile
@@ -8,6 +8,7 @@ RUN go mod download
8
COPY pkg ./pkg
9
COPY cmd ./cmd
10
COPY *.go ./
11
+COPY testdata ./testdata
12
13
RUN go test ./...
14
0 commit comments