Skip to content

Commit

Permalink
Chore(debug): Use makefile for kubebuilder install
Browse files Browse the repository at this point in the history
Signed-off-by: Anoop Gopalakrishnan <[email protected]>
  • Loading branch information
anoop2811 committed Jul 9, 2024
1 parent caf1fd6 commit c0f49ea
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/server-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,7 @@ jobs:

# TODO need update action version to resolve node 12 deprecated.
- name: install Kubebuilder
uses: RyanSiu1995/kubebuilder-action@e7e4de1c1eaf1d089b9a186f7526239acadf0b40
with:
version: 3.1.0
kubebuilderOnly: false
kubernetesVersion: v1.22.17
run: make setup-test-server

- name: Run api server unit test
run: make unit-test-server
Expand Down

0 comments on commit c0f49ea

Please sign in to comment.