Skip to content

Commit

Permalink
Add opentsdb to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Sep 1, 2024
1 parent 623bb04 commit c987435
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}

services:
opentsdb:
image: petergrace/opentsdb-docker:latest
ports:
- 4242:4242
- 60030:60030

strategy:
fail-fast: false
matrix:
Expand All @@ -14,15 +22,6 @@ jobs:

name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

services:
opentsdb:
image: petergrace/opentsdb-docker:latest
env:
WAITSECS: 30 # Give time for hbase to shut down, otherwise data corruption may result
ports:
- 4242:4242
- 60030:60030

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit c987435

Please sign in to comment.