Skip to content

Commit

Permalink
Fix run test command
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-misuk-valor committed May 22, 2024
1 parent 070cbc8 commit e40ad85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/compose.ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.8'
services:
backend:
image: ${backend_image}
command: tests
command: pdm run coverage
environment:
- SECRET_KEY=secret-key
- DATABASE_URL=postgres://postgres:postgres@db:5432/postgres
Expand Down

0 comments on commit e40ad85

Please sign in to comment.