We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d215f2 commit 80f2262Copy full SHA for 80f2262
.github/workflows/Linux.yml
@@ -138,6 +138,14 @@ jobs:
138
working-directory: ${{ github.workspace }}/build
139
run: ctest --output-on-failure --build-config ${{ matrix.build_type }} -R '.*-ut.*'
140
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
+
149
- name: Create Test Database
150
if: ${{ matrix.build_type == 'Release' }}
151
run: |
0 commit comments