Skip to content

Commit

Permalink
Update gha
Browse files Browse the repository at this point in the history
  • Loading branch information
polyaxon-ci committed Jul 19, 2024
1 parent fa72ee8 commit 8caa295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mloperator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
go-version: 1.22.0
- uses: actions/checkout@v4
- uses: helm/kind-action@v1.9.0
- uses: helm/kind-action@v1
- name: test
env:
KUBEBUILDER_CONTROLPLANE_START_TIMEOUT: 600s
Expand All @@ -24,5 +24,5 @@ jobs:
sudo mv /tmp/kubebuilder /usr/local/kubebuilder
export PATH=$PATH:/usr/local/kubebuilder/bin
go version
make install
go install
make test

0 comments on commit 8caa295

Please sign in to comment.