Skip to content

Commit ca02f02

Browse files
committed
a
1 parent 1063f97 commit ca02f02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
steps:
3030
- name: Download hazelcast-enterprise-tests.jar
3131
shell: bash
32-
if: ${{ inputs.run_tests }}
32+
if: ${{ inputs.run_tests == 'true' }}
3333
run: |
3434
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
3535
env:
@@ -51,7 +51,7 @@ runs:
5151
-DBUILD_EXAMPLES=OFF
5252
5353
- name: Test
54-
if: ${{ inputs.run_tests }}
54+
if: ${{ inputs.run_tests == 'true' }}
5555
env:
5656
BUILD_DIR: build
5757
HAZELCAST_ENTERPRISE_KEY: ${{ inputs.HAZELCAST_ENTERPRISE_KEY }}

0 commit comments

Comments
 (0)