Skip to content

Commit

Permalink
need to run test after lint to fix linter failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpotter committed Jul 8, 2020
1 parent 24af2d6 commit 6e2bf7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
with:
go-version: 1.14.x

- name: Go Unit Test
run: go test ./pkg/...

- name: Lint Go code
uses: golangci/golangci-lint-action@v1
with:
version: v1.27
args: --timeout=10m

- name: Go Unit Test
run: go test ./pkg/...

build:
name: Build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6e2bf7e

Please sign in to comment.