Skip to content

Commit

Permalink
Merge pull request #334 from ClickHouse/fix-docker-compose-error-in-t…
Browse files Browse the repository at this point in the history
…ests

Fix docker compose error in tests
  • Loading branch information
BentsiLeviav authored Aug 12, 2024
2 parents 46904a4 + b8a4519 commit 01fc55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Run ClickHouse Cluster Containers
env:
PROJECT_ROOT: ${{ github.workspace }}/tests/integration
run: REPLICA_NUM=1 docker-compose -f ${{ github.workspace }}/tests/integration/docker-compose.yml up -d
run: REPLICA_NUM=1 docker compose -f ${{ github.workspace }}/tests/integration/docker-compose.yml up -d

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit 01fc55d

Please sign in to comment.