Skip to content

Commit 91d9d3b

Browse files
authored
Fix PR builder errors (#1261)
In #1260 a copy-paste error is causing [build failures](https://github.com/hazelcast/hazelcast-cpp-client/actions/runs/13414391385/job).
1 parent 69f4306 commit 91d9d3b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/actions/build-test/unix/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ runs:
3636
steps:
3737
- name: Download hazelcast-enterprise-tests.jar
3838
shell: ${{ env.shell }}
39+
run: |
3940
gh api "/repos/hazelcast/private-test-artifacts/contents/certs.jar?ref=data" -H "Accept: application/vnd.github.raw" > hazelcast-enterprise-${{ env.HAZELCAST_VERSION }}-tests.jar
4041
env:
4142
GH_TOKEN: ${{ inputs.GH_TOKEN }}

.github/actions/build-test/windows/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ runs:
5656

5757
- name: Download hazelcast-enterprise-tests.jar
5858
shell: ${{ env.shell }}
59+
run: |
5960
gh api "/repos/hazelcast/private-test-artifacts/contents/certs.jar?ref=data" -H "Accept: application/vnd.github.raw" > hazelcast-enterprise-${{ env.HAZELCAST_VERSION }}-tests.jar
6061
env:
6162
GH_TOKEN: ${{ inputs.GH_TOKEN }}

0 commit comments

Comments
 (0)