Skip to content

Commit

Permalink
update the ci to include docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanehachcham committed Oct 27, 2023
1 parent 45a4877 commit 0ef1083
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@ jobs:
- name: Start containers
run: docker-compose -f "docker-compose.yaml" up -d --build

- name: Run flake8 linting
run: docker-compose exec -T app-service flake8 --max-line-length=120 mentor_mingle

- name: Run Tests
run: docker-compose exec -T app-service pytest

0 comments on commit 0ef1083

Please sign in to comment.