Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarbian-sap committed Dec 28, 2024
1 parent 8db2b76 commit 09e4ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install Helm chart and run Helm tests
run: |
if [ -f $CHART_DIRECTORY/.setup.yaml ]; then
kubectl apply -f $CHART_DIRECTORY/.setup.yaml
kubectl apply --server-side --field-manager integration-test --force-conflicts -f $CHART_DIRECTORY/.setup.yaml
sleep 5
fi
release_name=$(yq .name $CHART_DIRECTORY/Chart.yaml)
Expand Down

0 comments on commit 09e4ddf

Please sign in to comment.