fix unit test failures in GitHub Actions caused by missing gitconfig
This commit is contained in:
parent
d145281fc4
commit
113ebda3ff
2 changed files with 14 additions and 5 deletions
4
.github/actions/check/Dockerfile
vendored
4
.github/actions/check/Dockerfile
vendored
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue