Skip to content

Commit d3a9ff7

Browse files
authored
[Feature][E2E] Add helm test case (#9006)
1 parent eb54fdd commit d3a9ff7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: .github/workflows/backend.yml

+12
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,18 @@ jobs:
5959
env:
6060
MAVEN_OPTS: -Xmx512m
6161

62+
helm-chart-check:
63+
name: Check Helm Chart Syntax
64+
needs: [ license-header, code-style]
65+
runs-on: ubuntu-latest
66+
steps:
67+
- uses: actions/checkout@v4
68+
- name: Setup Helm
69+
uses: azure/[email protected]
70+
id: install
71+
- name: Lint Chart
72+
run: helm lint deploy/kubernetes/seatunnel
73+
6274
dead-link:
6375
name: Dead links
6476
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)