Skip to content

Commit

Permalink
Atualiza de docker-compose para docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
naanadr committed Oct 21, 2024
1 parent 1438408 commit f44d1c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
- uses: actions/checkout@v4

- name: Check docker-compose version
run: docker-compose --version
run: docker compose --version

- name: Build image for web service
run: docker-compose build web
run: docker compose build web

- name: Build image for db service
run: docker-compose pull db
run: docker compose pull db

- name: Run tests
run: ./bin/run pytest

0 comments on commit f44d1c5

Please sign in to comment.