Skip to content

Commit

Permalink
ci: try this way
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Sep 11, 2023
1 parent 781736b commit 6149aa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/end2end_tests/tests/service-container-sshnpd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
networks:
- sshnpd
healthcheck:
test: ["CMD", "grep", "-E", "\"monitor started for @\"", "/atsign/err.txt"]
# test: ["CMD", "grep", "-E", "monitor started for @", "/atsign/err.txt"]
test: grep -E monitor started for @ /atsign/err.txt
start_period: 10s # Wait 10 seconds before checking
interval: 5s # Check every 5 seconds
timeout: 1s # If a check takes longer than a second, consider it a failed check
Expand Down

0 comments on commit 6149aa4

Please sign in to comment.