Skip to content

Commit c04458e

Browse files
committed
Migrate to docker v2
1 parent 671b95d commit c04458e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
echo "VERSION=${{ matrix.clickhouse-version }}" > tests/.env
5353
if [[ "${{ matrix.clickhouse-version }}" > "21.7" ]]; then echo "ORG=clickhouse"; else echo "ORG=yandex" ; fi >> tests/.env
54-
docker-compose -f tests/docker-compose.yml up -d
54+
docker compose -f tests/docker-compose.yml up -d
5555
- name: Run tests
5656
run: coverage run --source=clickhouse_sqlalchemy -m pytest --timeout=10 -v
5757
timeout-minutes: 2

.github/workflows/sa-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
echo "VERSION=${{ matrix.clickhouse-version }}" > tests/.env
4545
if [[ "${{ matrix.clickhouse-version }}" > "21.7" ]]; then echo "ORG=clickhouse"; else echo "ORG=yandex" ; fi >> tests/.env
46-
docker-compose -f tests/docker-compose.yml up -d
46+
docker compose -f tests/docker-compose.yml up -d
4747
- name: Run tests
4848
run: pytest --timeout=10 -v
4949
timeout-minutes: 2

0 commit comments

Comments
 (0)