Skip to content

Commit

Permalink
update workfow and del build job
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy-boo committed Oct 22, 2020
1 parent 58a0df5 commit c34e7cb
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/go-util-tour.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@ jobs:
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage.txt
build:
name: Build
runs-on: ubuntu-latest
needs: [lint,test]
steps:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: ^1.14

- name: Check out code
uses: actions/checkout@v1

- name: Build
run: make build
#build:
#name: Build
#runs-on: ubuntu-latest
#needs: [lint,test]
#steps:
# - name: Set up Go
# uses: actions/setup-go@v1
# with:
# go-version: ^1.14

#- name: Check out code
# uses: actions/checkout@v1

#- name: Build
# run: make build

0 comments on commit c34e7cb

Please sign in to comment.