Skip to content

Commit 80f2262

Browse files
committed
Print CH version before running tests in Cloud
1 parent 5d215f2 commit 80f2262

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/Linux.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,14 @@ jobs:
138138
working-directory: ${{ github.workspace }}/build
139139
run: ctest --output-on-failure --build-config ${{ matrix.build_type }} -R '.*-ut.*'
140140

141+
- name: Get ClickHouse Cloud version
142+
if: ${{ matrix.build_type == 'Release' }}
143+
run: |
144+
curl --fail-with-body -X POST \
145+
"https://${{ secrets.INTEGRATIONS_TEAM_TESTS_CLOUD_HOST_SMT }}:8443/?query=" \
146+
-u "default:${{ secrets.INTEGRATIONS_TEAM_TESTS_CLOUD_PASSWORD_SMT }}" \
147+
-d "select version()"
148+
141149
- name: Create Test Database
142150
if: ${{ matrix.build_type == 'Release' }}
143151
run: |

0 commit comments

Comments
 (0)