Skip to content

Commit 4ffbda1

Browse files
author
prxssh
committed
chore: add env-file in ci
1 parent bfe07f3 commit 4ffbda1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
3232
- name: Build & start all services
3333
run: |
34-
docker-compose -f docker/compose.yml build
35-
docker-compose -f docker/compose.yml up -d
34+
docker-compose --env-file dev.env -f docker/compose.yml up -d
3635
sleep 10
3736
3837
- name: Run pytest

0 commit comments

Comments
 (0)