TDengine Action
ActionsTags
(2)This action downloads, installs, and configures an TDengine OSS instance and CLI tooling that can be used in your automation.
This downloads the specified version (or latest
).
See action.yml
steps:
- name: Check out repo
uses: actions/checkout@v2
- name: Setup TDengine
uses: iotsharp/tdengine-action@v2
with:
tdengine_version: latest
steps:
- name: Check out repo
uses: actions/checkout@v2
- name: Setup TDengine
uses: iotsharp/tdengine-action@v2
with:
tdengine_version: latest
tdengine_start: false
steps:
- name: Check out repo
uses: actions/checkout@v2
- name: Setup TDengine
uses: iotsharp/tdengine-action@v2
with:
tdengine_version: 3.0.2.1
TDengine Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.