Skip to content

Commit

Permalink
Fix goreleaser (#40)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuvraj <evalsocket@gmail.com>
  • Loading branch information
yindia committed Mar 3, 2021
1 parent 3eb2ea3 commit caf9bbc
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions flytectl/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Unit Tests
uses: cedrickring/golang-action@1.5.2
env:
GO111MODULE: "on"
with:
args: make install && make test_unit_codecov
- name: Push CodeCov
uses: codecov/codecov-action@v1
with:
file: coverage.txt
flags: unittests
fail_ci_if_error: true
- name: Lint
uses: cedrickring/golang-action@1.5.2
env:
GO111MODULE: "on"
with:
args: make install && make lint

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit caf9bbc

Please sign in to comment.