Skip to content

Commit

Permalink
Merge pull request #6 from Kubernetli/kkl_init
Browse files Browse the repository at this point in the history
Kkl init
  • Loading branch information
chifu1234 authored Jul 8, 2020
2 parents 40ea43b + 9e3f599 commit 088aa80
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@ jobs:
- name: Build
run: |
go build -v cmd/fmcCLI
go build -v pkg/fmcClient
go build -v github.com/kubernetli/fmcClient/cmd/fmcCLI
go build -v github.com/kubernetli/fmcClient/pkg/fmcClient
- name: Test
run: |
go test -v cmd/fmcCLI
go test -v pkg/fmcClient
go test -v github.com/kubernetli/fmcClient/cmd/fmcCLI
go test -v github.com/kubernetli/fmcClient/pkg/fmcClient
- name: go-crossbuild
uses: izumin5210/action-go-crossbuild@v1.0.0
with:
# An application name
name: fmcCLI
package: ./cmd/fmcCLI
package: github.com/kubernetli/fmcClient/cmd/fmcCLI
# Space or comma separated list of GOARCH
- uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 088aa80

Please sign in to comment.