Skip to content

Commit a801170

Browse files
committed
log docker compose version
1 parent 45b4312 commit a801170

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test_matrix.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
echo "TEST_SETTINGS_FILE=22_3" >> $GITHUB_ENV
4646
echo "DBT_CH_TEST_CH_VERSION=22.3" >> $GITHUB_ENV
4747
48+
- name: Show Docker Compose version
49+
run: docker compose version
50+
4851
- name: Run ClickHouse Cluster Containers
4952
env:
5053
PROJECT_ROOT: ${{ github.workspace }}/tests/integration

0 commit comments

Comments
 (0)