Skip to content

Commit 49353ec

Browse files
authored
Download hazelcast-enterprise-5.3.0-SNAPSHOT-tests.jar as well. (#1182)
1 parent 2d6e9d7 commit 49353ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-pr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
- name: Download hazelcast-enterprise-tests.jar
121121
run: |
122122
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
123124
- name: Install Boost
124125
run: |
125126
sudo ./scripts/install-boost.sh ${{ env.boost_version }}
@@ -218,6 +219,7 @@ jobs:
218219
- name: Download hazelcast-enterprise-tests.jar
219220
run: |
220221
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
221223
222224
- name: Install Boost
223225
run: |
@@ -298,6 +300,7 @@ jobs:
298300
- name: Download hazelcast-enterprise-tests.jar
299301
run: |
300302
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
301304
302305
- name: Install Boost
303306
run: |
@@ -377,6 +380,7 @@ jobs:
377380
run: |
378381
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
379382
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
380384
- name: Install SysInternals
381385
run: |
382386
Invoke-WebRequest `
@@ -506,6 +510,8 @@ jobs:
506510
- name: Download hazelcast-enterprise-tests.jar
507511
run: |
508512
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+
509515
- name: Build & Install
510516
env:
511517
BUILD_DIR: build

0 commit comments

Comments
 (0)