Skip to content

Commit

Permalink
add config options
Browse files Browse the repository at this point in the history
Signed-off-by: JeffMboya <[email protected]>
  • Loading branch information
JeffMboya committed Sep 10, 2024
1 parent 14b48a1 commit c8e3015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
run: |
ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs charts/magistrala
ct lint --remote upstream --target-branch ${{ github.event.repository.default_branch }} --charts charts/magistrala --check-version-increment true
- name: Create kind cluster
if: steps.list-changed.outputs.changed == 'true'
Expand All @@ -55,4 +55,4 @@ jobs:
- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: |
ct install --target-branch ${{ github.event.repository.default_branch }} --chart-dirs charts/magistrala
ct install --remote upstream --target-branch ${{ github.event.repository.default_branch }} --charts charts/magistrala --check-version-increment true --helm-extra-args '--timeout 3600s'

0 comments on commit c8e3015

Please sign in to comment.