Skip to content

Commit

Permalink
always do license check and use dockerhub for go-report-card image pu…
Browse files Browse the repository at this point in the history
…lls (#432)
  • Loading branch information
bwagner5 authored May 13, 2021
1 parent 8c4cfc3 commit 462b0d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Lints
run: make spellcheck shellcheck helm-lint

- name: License Check
run: make license-test

- name: Go Report Card Tests
run: make go-report-card-test

Expand Down Expand Up @@ -128,9 +131,6 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: License Check
run: make license-test

- name: Release Linux Assets
run: make release
env:
Expand Down
4 changes: 2 additions & 2 deletions test/go-report-card-test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/bitnami/golang:latest
FROM golang:latest

WORKDIR /app

Expand All @@ -12,4 +12,4 @@ RUN go get github.com/gojp/goreportcard/cmd/goreportcard-cli

RUN go get -u golang.org/x/tools/cmd/goimports

CMD $GOPATH/bin/goreportcard-cli -v -t 90
CMD $GOPATH/bin/goreportcard-cli -v -t 90

0 comments on commit 462b0d6

Please sign in to comment.