Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Fix "golangci-lint: not found" error in master "Run tests and lint" j…
Browse files Browse the repository at this point in the history
…ob (#267)

Signed-off-by: Sean Lin <sean@union.ai>
  • Loading branch information
mayitbeegh committed Jun 11, 2022
1 parent f577f62 commit e2971ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: "0"
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.18'
- name: Unit Tests
run: make install && make test_unit_codecov
- name: Push CodeCov
Expand Down

0 comments on commit e2971ef

Please sign in to comment.