Skip to content

Commit

Permalink
test: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
corite committed Dec 26, 2023
1 parent 4b20176 commit 60441fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build & Test Chart
on: [push, workflow_dispatch]
on: [push, workflow_dispatch, pull_request]

jobs:
build:
Expand All @@ -8,17 +8,17 @@ jobs:
- uses: actions/checkout@v4
- uses: azure/setup-helm@v3
- uses: helm/kind-action@v1.8.0
- name: template test
- name: template
run: |
for file in test-values/*; do
echo "############## template $file ###############"
helm template --debug --validate gts-test . -f $file
echo "#############################################"
done
- name: install test
- name: install
run: |
for file in test-values/*; do
echo "############## install $file ###############"
echo "############## install $file ################"
helm install --wait gts-test . -f $file
helm uninstall --wait gts-test
echo "#############################################"
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ ingress:
## TODO

- publish the chart
- add integration tests?

0 comments on commit 60441fd

Please sign in to comment.