Skip to content

Commit

Permalink
Merge pull request #4 from MammatusPHP/chart-testing-pass-config-file
Browse files Browse the repository at this point in the history
Pass config file to chart testing
  • Loading branch information
WyriHaximus authored Jun 8, 2024
2 parents 86601b5 + b97acf4 commit 961b3e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-charts-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: helm/chart-testing-action@v2.6.1
- name: Lint charts
id: lint
run: ct lint --all
run: ct lint --all --target-branch ${{ github.event.repository.default_branch }}

test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
- name: Install Chart Tester
uses: helm/chart-testing-action@v2.6.1
- name: Test charts
run: ct install
run: ct install --config ct.yaml --target-branch ${{ github.event.repository.default_branch }}
1 change: 0 additions & 1 deletion ct.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
remote: origin
target-branch: main
chart-dirs:
- charts
chart-repos:
Expand Down

0 comments on commit 961b3e6

Please sign in to comment.