Skip to content

feature: remove points debugging #135

feature: remove points debugging

feature: remove points debugging #135

Workflow file for this run

name: CI Test
on: push
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