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 b1b941e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ops/compose.ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ version: '3.8'
services:
backend:
image: ${backend_image}
command: tests
command:
- /bin/bash
- -c
- |
pdm init
pdm run coverage
environment:
- SECRET_KEY=secret-key
- DATABASE_URL=postgres://postgres:postgres@db:5432/postgres
Expand Down

0 comments on commit b1b941e

Please sign in to comment.