mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-01 11:32:27 +08:00
adjust workflow to get correct chart-dir
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
408be25263
commit
32c6c3e596
1 changed files with 2 additions and 2 deletions
4
.github/workflows/lint-helm.yml
vendored
4
.github/workflows/lint-helm.yml
vendored
|
@ -25,11 +25,11 @@ jobs:
|
|||
|
||||
- name: Run chart-testing (lint)
|
||||
id: lint
|
||||
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
|
||||
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs nextcloud-aio-helm-chart
|
||||
|
||||
- name: Create kind cluster
|
||||
uses: helm/kind-action@v1.8.0
|
||||
|
||||
- name: Run chart-testing (install)
|
||||
id: install
|
||||
run: ct install --target-branch ${{ github.event.repository.default_branch }}
|
||||
run: ct install --target-branch ${{ github.event.repository.default_branch }} --chart-dirs nextcloud-aio-helm-chart
|
||||
|
|
Loading…
Reference in a new issue