Skip to content

Commit 9a4e3de

Browse files
committed
Update
1 parent 460a934 commit 9a4e3de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage_runner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)