Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed May 14, 2024
1 parent 4320a8c commit 95b6b47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ jobs:
cache-dependency-path: |
**/go.sum
- name: Upload coverage
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Run Go Build
run: make build

- name: Run tests
run: make test

- name: Upload coverage
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Goreleaser publishing dry run
uses: goreleaser/goreleaser-action@v3
with:
Expand Down

0 comments on commit 95b6b47

Please sign in to comment.