Skip to content

Commit fe4d7be

Browse files
committed
improve test workflow, force db to start on test run
1 parent d791c48 commit fe4d7be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ services:
4949
RAILS_ENV: test
5050
links:
5151
- postgres_test
52+
depends_on:
53+
- postgres_test
5254
ports:
5355
- "33123:33123"
5456
volumes:

0 commit comments

Comments
 (0)