Skip to content

Commit

Permalink
update step
Browse files Browse the repository at this point in the history
Signed-off-by: Mayank Shah <[email protected]>
  • Loading branch information
mayankshah1607 committed Nov 8, 2024
1 parent 81dd841 commit d681e3b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/everest-pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,13 @@ jobs:
# Only build a kind cluster if there are chart changes to test.
if: steps.list-changed.outputs.changed == 'true'

- name: Build dependencies
run: |
cd charts/everest
make deps
- name: Basic tests
run: |
helm depencency update
# Install the chart
helm install everest-core ./charts/everest --create-namespace --namespace everest-system
Expand Down

0 comments on commit d681e3b

Please sign in to comment.