Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Improv…
Browse files Browse the repository at this point in the history
…e Readme, detail helm chart values
  • Loading branch information
Thibault Jamet committed Jun 4, 2024
1 parent 21df2d0 commit 55db3fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
depth: 0

- uses: azure/setup-helm@v4.2.0
with:
Expand All @@ -47,8 +49,10 @@ jobs:
uses: helm/chart-testing-action@v2.6.1

- run: |
git fetch origin "${{ github.base_ref }}"
git remote -vvv
git branch -vvv
git log origin/main
# Ensure the chart meets requirements
ct lint --remote origin --target-branch main
# Ensure the chart can be rendered with all values set and the generated yaml is coherent
Expand Down

0 comments on commit 55db3fe

Please sign in to comment.