@@ -120,6 +120,7 @@ jobs:
120
120
- name : Download hazelcast-enterprise-tests.jar
121
121
run : |
122
122
curl -H "Authorization: token ${{ secrets.GH_TOKEN }}" https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar > hazelcast-enterprise-5.2.0-tests.jar
123
+ cp hazelcast-enterprise-5.2.0-tests.jar hazelcast-enterprise-5.3.0-SNAPSHOT-tests.jar
123
124
- name : Install Boost
124
125
run : |
125
126
sudo ./scripts/install-boost.sh ${{ env.boost_version }}
@@ -218,6 +219,7 @@ jobs:
218
219
- name : Download hazelcast-enterprise-tests.jar
219
220
run : |
220
221
curl -H "Authorization: token ${{ secrets.GH_TOKEN }}" https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar > hazelcast-enterprise-5.2.0-tests.jar
222
+ cp hazelcast-enterprise-5.2.0-tests.jar hazelcast-enterprise-5.3.0-SNAPSHOT-tests.jar
221
223
222
224
- name : Install Boost
223
225
run : |
@@ -298,6 +300,7 @@ jobs:
298
300
- name : Download hazelcast-enterprise-tests.jar
299
301
run : |
300
302
curl -H "Authorization: token ${{ secrets.GH_TOKEN }}" https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar > hazelcast-enterprise-5.2.0-tests.jar
303
+ cp hazelcast-enterprise-5.2.0-tests.jar hazelcast-enterprise-5.3.0-SNAPSHOT-tests.jar
301
304
302
305
- name : Install Boost
303
306
run : |
@@ -377,6 +380,7 @@ jobs:
377
380
run : |
378
381
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
379
382
Invoke-WebRequest https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar -Headers @{"Authorization"="token ${{ secrets.GH_TOKEN }}"} -OutFile hazelcast-enterprise-5.2.0-tests.jar
383
+ Copy-Item hazelcast-enterprise-5.2.0-tests.jar -Destination hazelcast-enterprise-5.3.0-SNAPSHOT-tests.jar
380
384
- name : Install SysInternals
381
385
run : |
382
386
Invoke-WebRequest `
@@ -506,6 +510,8 @@ jobs:
506
510
- name : Download hazelcast-enterprise-tests.jar
507
511
run : |
508
512
curl -H "Authorization: token ${{ secrets.GH_TOKEN }}" https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar > hazelcast-enterprise-5.2.0-tests.jar
513
+ cp hazelcast-enterprise-5.2.0-tests.jar hazelcast-enterprise-5.3.0-SNAPSHOT-tests.jar
514
+
509
515
- name : Build & Install
510
516
env :
511
517
BUILD_DIR : build
0 commit comments