Skip to content

Commit

Permalink
ci: fix the LFS part
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Ege <[email protected]>
  • Loading branch information
graugans committed Dec 25, 2023
1 parent 35537fd commit c7ee719
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ jobs:
needs: lint
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
lfs: 'true'
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- run: git lfs pull
- name: 🧪 Run the unit tests
- run: go test -v -failfast -coverprofile cover.out -timeout=1m ./...
- name: Upload coverage reports to Codecov
- name: 🫴🏿 Upload the coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit c7ee719

Please sign in to comment.