Skip to content

Commit

Permalink
Test lint test
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon committed Dec 7, 2022
1 parent ebb4bbe commit d3fbb0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
fetch-depth: 0

- name: Install Helm
uses: azure/setup-helm@v2
uses: azure/setup-helm@v1.1
# as of 2022/12 the set-output still not fixed in this action
# https://github.com/Azure/setup-helm/issues/103
with:
version: v3.7.0

Expand All @@ -31,10 +33,8 @@ jobs:
- name: Run chart-testing (list-changed)
id: list-changed
run: |
#changed=$(ct list-changed --config ct.yaml)
changed=yes
changed=$(ct list-changed --config ct.yaml)
if [[ -n "$changed" ]]; then
#echo "::set-output name=changed::true"
echo "CHART_CHANGED=true" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit d3fbb0c

Please sign in to comment.