Skip to content

Commit

Permalink
Fix broken tests
Browse files Browse the repository at this point in the history
- Tests failed because of service_healthy condition
- Solution: Remove depends_on condition for proxy service in tests compose file
- Do this by overriting the depends_on condition with emtpy values
  • Loading branch information
FelixFrizzy committed Dec 16, 2024
1 parent 58df10c commit 701bd1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
services:
proxy:
container_name: evokstest_proxy
depends_on:
- web
restart: "no"

postgres:
Expand Down

0 comments on commit 701bd1d

Please sign in to comment.