Skip to content

Commit

Permalink
fix helm path
Browse files Browse the repository at this point in the history
Signed-off-by: Ved Ratan <[email protected]>
  • Loading branch information
VedRatan committed Feb 20, 2024
1 parent 0755e9c commit 3f4884c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Install go
uses: actions/setup-go@v5
with:
go-version: '1.21.7' # The Go version to download (if necessary) and use.
go-version: '1.21' # The Go version to download (if necessary) and use.



Expand All @@ -130,7 +130,7 @@ jobs:
- name: start server
run: |
make docker-build
helm upgrade --install nimbus-operator /deployments/nimbus -n nimbus --create-namespace --set image.pullPolicy=Never
helm upgrade --install nimbus-operator deployments/nimbus -n nimbus --create-namespace --set image.pullPolicy=Never
- name: Wait for server to start
Expand Down

0 comments on commit 3f4884c

Please sign in to comment.