-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
thanhnc2
committed
May 2, 2024
1 parent
f35b9b2
commit 37a2919
Showing
2 changed files
with
9 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,13 +35,15 @@ jobs: | |
- name: Run chart-testing (lint) | ||
if: steps.list-changed.outputs.changed == 'true' | ||
run: ct lint --target-branch ${{ github.event.repository.default_branch }} | ||
- name: chart check | ||
run: helm template render . | ||
|
||
- name: Create kind cluster | ||
- name: chart check | ||
if: steps.list-changed.outputs.changed == 'true' | ||
uses: helm/[email protected] | ||
run: helm template render . | yamllint -- | ||
|
||
- name: Run chart-testing (install) | ||
if: steps.list-changed.outputs.changed == 'true' | ||
run: ct install --target-branch ${{ github.event.repository.default_branch }} | ||
# - name: Create kind cluster | ||
# if: steps.list-changed.outputs.changed == 'true' | ||
# uses: helm/[email protected] | ||
|
||
# - name: Run chart-testing (install) | ||
# if: steps.list-changed.outputs.changed == 'true' | ||
# run: ct install --target-branch ${{ github.event.repository.default_branch }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters