Skip to content

Commit 8a59f25

Browse files
committed
copy test fixtures into build container
1 parent ce33b9d commit 8a59f25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images/installer/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN go mod download
88
COPY pkg ./pkg
99
COPY cmd ./cmd
1010
COPY *.go ./
11+
COPY testdata ./
1112

1213
RUN go test ./...
1314

0 commit comments

Comments
 (0)