This action downloads, installs, and configures an InfluxDB OSS instance and CLI tooling that can be used in your automation.
This downloads the specified version (or latest or nightly), and adds influxd and influx commands to /usr/local/bin.
See action.yml
steps:
- name: Check out repo
uses: actions/checkout@v2
- name: Setup InfluxDB
uses: influxdata/influxdb-action@v3
with:
influxdb_version: latest
influxdb_org: influxdata
influxdb_user: ci_user
influxdb_password: password
influxdb_bucket: dummysteps:
- name: Check out repo
uses: actions/checkout@v2
- name: Setup InfluxDB
uses: influxdata/influxdb-action@v3
with:
influxdb_version: latest
influxdb_start: falsesteps:
- name: Check out repo
uses: actions/checkout@v2
- name: Setup InfluxDB
uses: influxdata/influxdb-action@v3
with:
influxdb_version: 2.0.7
influxdb_org: influxdata
influxdb_user: ci_user
influxdb_password: password
influxdb_bucket: dummy