File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9292 ./scripts/install-thrift.sh ${{ inputs.THRIFT_VERSION }}
9393
9494 - name : Configure Resources
95- if : ${{ inputs.run_tests }}
95+ if : ${{ inputs.run_tests == 'true' }}
9696 shell : bash
9797 run : |
9898 ulimit -c unlimited
Original file line number Diff line number Diff line change 5454 sudo ./scripts/install-thrift.sh ${{ inputs.THRIFT_VERSION }}
5555
5656 - name : Configure Resources
57- if : ${{ inputs.run_tests }}
57+ if : ${{ inputs.run_tests == 'true' }}
5858 shell : bash
5959 run : |
6060 ulimit -c unlimited
Original file line number Diff line number Diff line change 4949 -DBUILD_EXAMPLES=OFF
5050
5151 - name : Test
52- if : ${{ inputs.run_tests }}
52+ if : ${{ inputs.run_tests == 'true' }}
5353 env :
5454 BUILD_DIR : build
5555 HAZELCAST_ENTERPRISE_KEY : ${{ inputs.HAZELCAST_ENTERPRISE_KEY }}
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ runs:
150150 -DBUILD_EXAMPLES=OFF
151151
152152 - name : Test
153- if : ${{ inputs.run_tests }}
153+ if : ${{ inputs.run_tests == 'true' }}
154154 env :
155155 BUILD_DIR : build
156156 BUILD_CONFIGURATION : ${{ inputs.BUILD_TYPE }}
Original file line number Diff line number Diff line change 7272 -DBUILD_EXAMPLES=OFF
7373
7474 - name : Test
75- if : ${{ inputs.run_tests }}
75+ if : ${{ inputs.run_tests == 'true' }}
7676 env :
7777 BUILD_DIR : build
7878 HAZELCAST_ENTERPRISE_KEY : ${{ inputs.HAZELCAST_ENTERPRISE_KEY }}
You can’t perform that action at this time.
0 commit comments