Skip to content

Commit bd34b5f

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

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 ./testdata
1112

1213
RUN go test ./...
1314

0 commit comments

Comments
 (0)