Skip to content

Commit

Permalink
Make sure mariadb is healthy before running tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
moseshll committed Sep 30, 2024
1 parent 2192f2c commit 41cd4a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ services:
- .:/usr/src/app
- gem_cache:/gems
depends_on:
- mariadb
- pushgateway
mariadb: *healthy
pushgateway: *healthy
environment:
- DB_CONNECTION_STRING="mysql2://ht_rights:ht_rights@mariadb/ht"
- PUSHGATEWAY="http://pushgateway:9091"
Expand Down

0 comments on commit 41cd4a1

Please sign in to comment.