Skip to content

Commit 2a7ddcf

Browse files
committed
feat: remove helm & java install from ci pipeline
Signed-off-by: Jeffrey Tang <[email protected]>
1 parent f2476be commit 2a7ddcf

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/zxc-compile-code.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,6 @@ jobs:
7676
node-version: ${{ inputs.node-version }}
7777
cache: npm
7878

79-
- name: Setup Java
80-
uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0
81-
if: ${{ inputs.enable-e2e-tests && !cancelled() && !failure() }}
82-
with:
83-
distribution: temurin
84-
java-version: 21
85-
8679
- name: Setup Kind
8780
uses: helm/kind-action@99576bfa6ddf9a8e612d83b513da5a75875caced # v1.9.0
8881
if: ${{ inputs.enable-e2e-tests && !cancelled() && !failure() }}
@@ -94,12 +87,6 @@ jobs:
9487
verbosity: 3
9588
wait: 120s
9689

97-
- name: Setup Helm
98-
uses: azure/setup-helm@29960d0f5f19214b88e1d9ba750a9914ab0f1a2f # v4.0.0
99-
if: ${{ (inputs.enable-unit-tests || inputs.enable-e2e-tests) && !cancelled() && !failure() }}
100-
with:
101-
version: "v3.12.3" # helm version
102-
10390
- name: Install Dependencies
10491
id: npm-deps
10592
run: npm ci

0 commit comments

Comments
 (0)