Skip to content

Commit 5bb4565

Browse files
committed
Add opentsdb to CI
1 parent aa583bc commit 5bb4565

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/tests.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
options: >-
1515
--health-cmd="curl -f http://opentsdb:4242/api/version"
1616
--health-interval=10s
17-
--health-timeout=5s
18-
--health-retries=3
17+
--health-timeout=10s
18+
--health-retries=5
1919
env:
2020
TSDB_LOG_LEVEL: "DEBUG"
2121

@@ -48,5 +48,8 @@ jobs:
4848
run: |
4949
docker ps | grep opentsdb
5050
51+
- name: Check OpenTSDB logs
52+
run: docker logs $(docker ps -q --filter "name=opentsdb")
53+
5154
- name: Execute tests
5255
run: APP_ENV=ci ./vendor/bin/phpunit

0 commit comments

Comments
 (0)