Skip to content

Commit

Permalink
Fix Docker test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptiste Jonglez authored and zorun committed Feb 3, 2023
1 parent 08fe75c commit 35013ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ services:
build: .
sut:
image: alpine
command: sh -c 'wget -qO- ihatemoney:8000/healthcheck | grep "OK"'
command: sh -c 'sleep 5; wget -qO- ihatemoney:8000/healthcheck | grep "OK"'
depends_on:
- ihatemoney

0 comments on commit 35013ef

Please sign in to comment.