File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 77
77
- name : Copy certificates JAR to destination with the appropriate name
78
78
run : |
79
79
cp ${{ github.workspace }}/certs/certs.jar ${{ github.workspace }}/certs.jar
80
+ unzip -p ${{ github.workspace }}/certs.jar com/hazelcast/nio/ssl/letsencrypt.jks > test/integration/backward_compatible/parallel/ssl/keystore.jks
80
81
81
82
- name : Install dependencies and compile client
82
83
run : |
Original file line number Diff line number Diff line change 37
37
- name : Copy certificates JAR to destination with the appropriate name
38
38
run : |
39
39
cp ${{ github.workspace }}/certs/certs.jar ${{ github.workspace }}/certs.jar
40
+ unzip -p ${{ github.workspace }}/certs.jar com/hazelcast/nio/ssl/letsencrypt.jks > test/integration/backward_compatible/parallel/ssl/keystore.jks
40
41
- name : Install dependencies and compile client
41
42
run : |
42
43
npm install
You can’t perform that action at this time.
0 commit comments