Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
danduk82 committed Jan 5, 2023
1 parent 46169a9 commit 2ccc2b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
version: ${{ matrix.helm }}
- run: helm dependency update .
- run: helm lint .
- run: helm lint --values=tests/values.yaml .
- run: helm template --namespace=default --values=values.yaml qwc . > tests/actual.yaml
- run: diff --ignore-trailing-space tests/actual.yaml tests/expected.yaml
if: matrix.helm == 'master'
Expand Down

0 comments on commit 2ccc2b5

Please sign in to comment.