fix unit test failures in GitHub Actions caused by missing gitconfig

This commit is contained in:
Casey Lee 2019-05-28 09:47:40 -07:00
parent d145281fc4
commit 113ebda3ff
2 changed files with 14 additions and 5 deletions

View file

@ -1,5 +1,7 @@
FROM golangci/golangci-lint:v1.12.5
RUN apt-get install git
LABEL "com.github.actions.name"="Check"
LABEL "com.github.actions.description"="Run static analysis and unit tests"
LABEL "com.github.actions.icon"="check-circle"
@ -9,4 +11,4 @@ COPY "entrypoint.sh" "/entrypoint.sh"
RUN chmod +x /entrypoint.sh
ENV GOFLAGS -mod=vendor
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]