File tree 1 file changed +0
-13
lines changed 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 76
76
node-version : ${{ inputs.node-version }}
77
77
cache : npm
78
78
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
-
86
79
- name : Setup Kind
87
80
uses : helm/kind-action@99576bfa6ddf9a8e612d83b513da5a75875caced # v1.9.0
88
81
if : ${{ inputs.enable-e2e-tests && !cancelled() && !failure() }}
94
87
verbosity : 3
95
88
wait : 120s
96
89
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
-
103
90
- name : Install Dependencies
104
91
id : npm-deps
105
92
run : npm ci
You can’t perform that action at this time.
0 commit comments