File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : " test_matrix"
3
3
4
- on : # yamllint disable-line rule:truthy
4
+ on : # yamllint disable-line rule:truthy
5
5
pull_request :
6
6
branches : main
7
7
push :
45
45
echo "TEST_SETTINGS_FILE=22_3" >> $GITHUB_ENV
46
46
echo "DBT_CH_TEST_CH_VERSION=22.3" >> $GITHUB_ENV
47
47
48
+ # a fix until docker compose v2.36.0 will be the default version in the github runner
49
+ - name : Install Docker Compose v2.36.0
50
+ run : |
51
+ sudo mkdir -p /usr/local/lib/docker/cli-plugins
52
+ sudo curl -L "https://github.com/docker/compose/releases/download/v2.36.0/docker-compose-linux-x86_64" -o /usr/local/lib/docker/cli-plugins/docker-compose
53
+ sudo chmod +x /usr/local/lib/docker/cli-plugins/docker-compose
54
+ docker compose version
55
+
48
56
- name : Run ClickHouse Cluster Containers
49
57
env :
50
58
PROJECT_ROOT : ${{ github.workspace }}/tests/integration
You can’t perform that action at this time.
0 commit comments