Skip to content

Commit

Permalink
feat(Cleaning): Add new workflow for cleaning service module on build
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiodmota committed Sep 19, 2023
1 parent 9eda31a commit af97643
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/helm-chart-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,5 @@ jobs:
# install the chart to the kind cluster and run helm test
# define charts to test with the --charts parameter
- name: Run chart-testing (install)
#run: ct install --charts charts/bpdm,charts/bpdm/charts/bpdm-pool,charts/bpdm/charts/bpdm-gate,charts/bpdm/charts/bpdm-bridge-dummy,charts/bpdm/charts/bpdm-cleaning-service-dummy --config charts/config/chart-testing-config.yaml
run: ct install --charts charts/bpdm --config charts/config/chart-testing-config.yaml
run: ct install --charts charts/bpdm,charts/bpdm/charts/bpdm-pool,charts/bpdm/charts/bpdm-gate,charts/bpdm/charts/bpdm-bridge-dummy,charts/bpdm/charts/bpdm-cleaning-service-dummy --config charts/config/chart-testing-config.yaml
if: ${{ env.CHART_CHANGED == 'true' }}

0 comments on commit af97643

Please sign in to comment.