add docker compose
This commit is contained in:
parent
b9e65ed4b9
commit
de29a80cba
1 changed files with 6 additions and 0 deletions
6
.github/workflows/test-integration.yml
vendored
6
.github/workflows/test-integration.yml
vendored
|
|
@ -72,6 +72,12 @@ jobs:
|
|||
- name: Python version
|
||||
run: uv python install 3.13
|
||||
|
||||
- name: Install docker-compose
|
||||
run: |
|
||||
sudo curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
|
||||
sudo chmod +x /usr/local/bin/docker-compose
|
||||
docker-compose --version
|
||||
|
||||
- name: Install dependencies
|
||||
run: uv sync
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue