File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
run : |
52
52
echo "VERSION=${{ matrix.clickhouse-version }}" > tests/.env
53
53
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
55
55
- name : Run tests
56
56
run : coverage run --source=clickhouse_sqlalchemy -m pytest --timeout=10 -v
57
57
timeout-minutes : 2
Original file line number Diff line number Diff line change 43
43
run : |
44
44
echo "VERSION=${{ matrix.clickhouse-version }}" > tests/.env
45
45
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
47
47
- name : Run tests
48
48
run : pytest --timeout=10 -v
49
49
timeout-minutes : 2
You can’t perform that action at this time.
0 commit comments