Skip to content

Commit 48379c7

Browse files
committed
Add opentsdb to CI
1 parent 30c3133 commit 48379c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
image: petergrace/opentsdb-docker:latest
1212
ports:
1313
- 4242:4242
14-
- 60030:60030
14+
# - 60030:60030
1515
options: >-
1616
--health-cmd="curl -f http://opentsdb:4242/api/version"
1717
--health-interval=10s
1818
--health-timeout=5s
1919
--health-retries=3
20-
env:
21-
TSDB_LOG_LEVEL: "DEBUG"
20+
# env:
21+
# TSDB_LOG_LEVEL: "DEBUG"
2222

2323
strategy:
2424
fail-fast: false

0 commit comments

Comments
 (0)