Skip to content

Commit

Permalink
Update python-cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeHardmann authored Apr 4, 2024
1 parent f24566b commit ede6e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run tests
run: |
docker-compose exec app sh -c "cd /app && pytest"
docker-compose run app sh -c "pytest"
- name: Stop Docker containers
run: docker-compose down

0 comments on commit ede6e29

Please sign in to comment.