Skip to content

Commit

Permalink
[INLONG-3473] Update param
Browse files Browse the repository at this point in the history
  • Loading branch information
shink committed Mar 30, 2022
1 parent 3fbd9e7 commit 02483cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_chart_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@ jobs:
- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }} --config .github/ct.yml)
changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }} --chart-dirs docker/kubernetes)
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
fi
- name: Run chart-testing (lint)
run: ct lint --config .github/ct.yml
run: ct lint --chart-dirs docker/kubernetes

- name: Create kind cluster
uses: helm/kind-action@v1.2.0
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
run: ct install --config .github/ct.yml
run: ct install --chart-dirs docker/kubernetes

0 comments on commit 02483cb

Please sign in to comment.