File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,15 +101,15 @@ jobs:
101101 ARCTICDB_BUILD_CPP_TESTS : 1
102102
103103 - name : Build C++ Tests
104- if : ${{ inputs.run_cpp_tests == true || github.event_name != 'workflow_dispatch' }}
104+ if : false # ${{ inputs.run_cpp_tests == true || github.event_name != 'workflow_dispatch' }}
105105 shell : bash -l {0}
106106 run : |
107107 cd cpp/out/linux-conda-release-build/
108108 make -j ${{ steps.cpu-cores.outputs.count }} arcticdb_rapidcheck_tests
109109 make -j ${{ steps.cpu-cores.outputs.count }} test_unit_arcticdb
110110
111111 - name : Run C++ Tests
112- if : ${{ inputs.run_cpp_tests == true || github.event_name != 'workflow_dispatch' }}
112+ if : false # ${{ inputs.run_cpp_tests == true || github.event_name != 'workflow_dispatch' }}
113113 shell : bash -l {0}
114114 run : |
115115 cd cpp/out/linux-conda-release-build/
You can’t perform that action at this time.
0 commit comments