File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
.github/actions/build-test Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 36
36
steps :
37
37
- name : Download hazelcast-enterprise-tests.jar
38
38
shell : ${{ env.shell }}
39
+ run : |
39
40
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
40
41
env :
41
42
GH_TOKEN : ${{ inputs.GH_TOKEN }}
Original file line number Diff line number Diff line change 56
56
57
57
- name : Download hazelcast-enterprise-tests.jar
58
58
shell : ${{ env.shell }}
59
+ run : |
59
60
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
60
61
env :
61
62
GH_TOKEN : ${{ inputs.GH_TOKEN }}
You can’t perform that action at this time.
0 commit comments