Skip to content

Commit

Permalink
Revert "chore: temporarily disable the chart install test"
Browse files Browse the repository at this point in the history
This reverts commit fe47c5a.
  • Loading branch information
tampakrap committed Mar 25, 2024
1 parent 1d0f2ed commit d6f09d1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
--config ct.yaml \
--target-branch ${{ github.event.repository.default_branch }}
#- name: Create kind cluster
# if: steps.list-changed.outputs.changed == 'true'
# uses: helm/kind-action@v1.9.0
#
#- name: Run chart-testing (install)
# if: steps.list-changed.outputs.changed == 'true'
# run: |
# ct install \
# --config ct.yaml \
# --target-branch ${{ github.event.repository.default_branch }}
- name: Create kind cluster
if: steps.list-changed.outputs.changed == 'true'
uses: helm/kind-action@v1.9.0

- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: |
ct install \
--config ct.yaml \
--target-branch ${{ github.event.repository.default_branch }}

0 comments on commit d6f09d1

Please sign in to comment.