Skip to content

Doc: update and extend history api docs and examples (#36) #152

Doc: update and extend history api docs and examples (#36)

Doc: update and extend history api docs and examples (#36) #152

Workflow file for this run

name: CI Test
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install & lint
run: npm install && npm run ci-lint
- name: Run tests against InfluxDb2
run: docker-compose run plugintest