Skip to content

Commit

Permalink
Use Docker compose v2
Browse files Browse the repository at this point in the history
  • Loading branch information
loren committed Jan 14, 2025
1 parent 4f3c8a8 commit 527bf0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run image
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.4.0
poetry-version: 1.8.4
- name: Install dependencies
run: poetry install
- name: Black
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Copy test envvars
run: cp .env.test .env
- name: Start docker containers
run: docker-compose up --detach
run: docker compose up --detach
- name: Tests
run: poetry run pytest --cov=src --cov-report=xml
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 527bf0a

Please sign in to comment.