Skip to content

Commit

Permalink
Update pipeline to use docker compose instead of docker-compose (#69
Browse files Browse the repository at this point in the history
)
  • Loading branch information
4c0n authored Aug 12, 2024
1 parent 6cb49f3 commit e2458c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build Docker images
run: docker-compose build
run: docker compose build

- name: Run tests
run: docker-compose run app tox
run: docker compose run app tox

0 comments on commit e2458c4

Please sign in to comment.