Skip to content

Commit

Permalink
update ci build in order to build both executables
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Henkel authored and Daniel Henkel committed Oct 21, 2020
1 parent 52c29bf commit 945b7b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.15
- name: Build
run: go build
- name: Build Pod Helper
run: go build cmd/pod_helper/main.go
- name: Build Kubectl Dsh
run: go build cmd/kubectl_dsh/main.go

0 comments on commit 945b7b3

Please sign in to comment.