File tree Expand file tree Collapse file tree 5 files changed +9
-12
lines changed
Expand file tree Collapse file tree 5 files changed +9
-12
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 5151
5252 - name : Download hazelcast-enterprise-tests.jar
5353 shell : pwsh
54- if : ${{ inputs.run_tests }}
54+ if : ${{ inputs.run_tests == 'true' }}
5555 run : |
5656 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
5757 env :
@@ -152,7 +152,7 @@ runs:
152152 -DBUILD_EXAMPLES=OFF
153153
154154 - name : Test
155- if : ${{ inputs.run_tests }}
155+ if : ${{ inputs.run_tests == 'true' }}
156156 env :
157157 BUILD_DIR : build
158158 BUILD_CONFIGURATION : ${{ inputs.BUILD_TYPE }}
Original file line number Diff line number Diff line change 3636 sudo apt-get install -y net-tools libssl-dev gdb gcovr lcov curl
3737
3838 - name : Download hazelcast-enterprise-tests.jar
39- if : ${{ inputs.run_tests }}
39+ if : ${{ inputs.run_tests == 'true' }}
4040 shell : bash
4141 run : |
4242 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
7474 -DBUILD_EXAMPLES=OFF
7575
7676 - name : Test
77- if : ${{ inputs.run_tests }}
77+ if : ${{ inputs.run_tests == 'true' }}
7878 env :
7979 BUILD_DIR : build
8080 HAZELCAST_ENTERPRISE_KEY : ${{ inputs.HAZELCAST_ENTERPRISE_KEY }}
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - uses : actions/checkout@v5
17- # with:
18- # ref: ${{ github.head_ref }}
19-
20- # - name: Regenerate
21- # run: |
22- # cmake -S . -B build
17+ with :
18+ # TODO Comment
19+ ref : ${{ github.head_ref }}
2320
2421 - uses : ./.github/actions/build-test/ubuntu-x86_64
2522 with :
You can’t perform that action at this time.
0 commit comments