File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,15 +103,15 @@ jobs:
103103 if : matrix.os == 'ubuntu-latest'
104104 working-directory : certs
105105 run : |
106- zip -r -j certs.jar $GITHUB_WORKSPACE/tests /integration/backward_compatible/ssl_tests/hostname_verification /*.p12
106+ zip -r -j certs.jar $GITHUB_WORKSPACE/test /integration/backward_compatible/parallel/ssl /*.pem
107107 cp certs.jar ../hazelcast-enterprise-${{ matrix.hz_version }}-tests.jar
108108
109109 - name : Create the test jar with certificates (Windows)
110110 if : matrix.os == 'windows-latest'
111111 working-directory : certs
112112 run : |
113113 $compress = @{
114- Path = "../tests /integration/backward_compatible/ssl_tests/hostname_verification /*.p12 "
114+ Path = "../test /integration/backward_compatible/parallel/ssl /*.pem "
115115 CompressionLevel = "Fastest"
116116 DestinationPath = "certs.jar"
117117 }
You can’t perform that action at this time.
0 commit comments