We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1063f97 commit ca02f02Copy full SHA for ca02f02
.github/actions/build-test/unix/action.yml
@@ -29,7 +29,7 @@ runs:
29
steps:
30
- name: Download hazelcast-enterprise-tests.jar
31
shell: bash
32
- if: ${{ inputs.run_tests }}
+ if: ${{ inputs.run_tests == 'true' }}
33
run: |
34
gh api "/repos/hazelcast/private-test-artifacts/contents/certs.jar?ref=data" -H "Accept: application/vnd.github.raw" > hazelcast-enterprise-${{ env.HZ_VERSION }}-tests.jar
35
env:
@@ -51,7 +51,7 @@ runs:
51
-DBUILD_EXAMPLES=OFF
52
53
- name: Test
54
55
56
BUILD_DIR: build
57
HAZELCAST_ENTERPRISE_KEY: ${{ inputs.HAZELCAST_ENTERPRISE_KEY }}
0 commit comments