Skip to content

Commit

Permalink
Install go-junit-report in the cit presubmit container (#808)
Browse files Browse the repository at this point in the history
The presubmit currently can't find the go-junit-report command, this should fix that.
  • Loading branch information
koln67 authored Sep 27, 2023
1 parent 8e226a4 commit 73eb076
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions container_images/citpresubmit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ FROM golang:bullseye
RUN apt-get update && apt-get install -y git && \
rm -rf /var/cache/apt/archives

# Go test junit xml output
RUN go install github.com/jstemmer/go-junit-report@latest

# Copy this Dockerfile for debugging.
COPY Dockerfile Dockerfile
COPY main.sh main.sh
Expand Down

0 comments on commit 73eb076

Please sign in to comment.