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 11---
22name : " test_matrix"
33
4- on : # yamllint disable-line rule:truthy
4+ on : # yamllint disable-line rule:truthy
55 pull_request :
66 branches : main
77 push :
4545 echo "TEST_SETTINGS_FILE=22_3" >> $GITHUB_ENV
4646 echo "DBT_CH_TEST_CH_VERSION=22.3" >> $GITHUB_ENV
4747
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+
4856 - name : Run ClickHouse Cluster Containers
4957 env :
5058 PROJECT_ROOT : ${{ github.workspace }}/tests/integration
You can’t perform that action at this time.
0 commit comments