File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 - name : Copy certificates JAR to destination with the appropriate name
7474 run : |
7575 cp ${{ github.workspace }}/certs/certs.jar ${{ github.workspace }}/certs.jar
76+ unzip -p ${{ github.workspace }}/certs.jar com/hazelcast/nio/ssl/letsencrypt.jks > test/integration/backward_compatible/parallel/ssl/keystore.jks
7677
7778 - name : Install dependencies and compile client
7879 run : |
Original file line number Diff line number Diff line change 3434 - name : Copy certificates JAR to destination with the appropriate name
3535 run : |
3636 cp ${{ github.workspace }}/certs/certs.jar ${{ github.workspace }}/certs.jar
37+ unzip -p ${{ github.workspace }}/certs.jar com/hazelcast/nio/ssl/letsencrypt.jks > test/integration/backward_compatible/parallel/ssl/keystore.jks
3738 - name : Install dependencies and compile client
3839 run : |
3940 npm install
You can’t perform that action at this time.
0 commit comments