Skip to content

Commit 1fe5519

Browse files
committed
Use start rather than up command for init tests
1 parent 518d51d commit 1fe5519

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/up.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
fi
5151
- name: Test database initialization
5252
run: |
53-
docker compose -f docker-compose.yml up -d
53+
docker compose -f docker-compose.yml start
5454
docker compose ps
5555
pytest tests
5656
docker compose -f docker-compose.yml stop

0 commit comments

Comments
 (0)