Skip to content

Commit

Permalink
try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Jan 11, 2024
1 parent 8e5383d commit 0178053
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/controller-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
- name: Download dependencies
run: go mod download
- name: Download tools
run: make tools
run: PATH=$PATH:$GOPATH/bin make tools
- name: Test
run: make test
run: PATH=$PATH:$GOPATH/bin make test
publish-docker:
name: Build and push controller container
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/controller-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
go-version-file: controller/go.mod
cache: true
- run: go mod download
- run: go build -v .
- run: PATH=$PATH:$GOPATH/bin make build
unit-test:
name: Unit tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0178053

Please sign in to comment.