Skip to content

Commit

Permalink
Verify hmc chart state on ci
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Pavlov <[email protected]>
  • Loading branch information
Kshatrix committed May 30, 2024
1 parent 1fca79b commit f3df770
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
uses: golangci/golangci-lint-action@v6
with:
args: --timeout 10m0s
- name: Check hmc chart
run: make hmc-chart-generate && git diff --exit-code
- name: Unit tests
run: |
make test
Expand Down

0 comments on commit f3df770

Please sign in to comment.