Setup TypeDB
ActionsTags
(1)GitHub Action for installing and running TypeDB
| Argument | Description | Default | Value |
|---|---|---|---|
typedb_version |
The version of TypeDB to use | latest | A TypeDB version (e.g. 3.5.0) or latest |
typedb_grpc_port |
TypeDB's port for gRPC connections | 1729 | Valid port number |
typedb_http_port |
TypeDB's port for HTTP connections | 8000 | Valid port number |
typedb_args |
Additional arguments to pass to TypeDB | TypeDB CLI arguments - see https://typedb.com/docs/maintenance-operation/typedb-configuration |
name: TypeDB CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Run TypeDB
uses: typedb/[email protected]
with:
typedb_version: 3.5.1Releases for this repository are performed by manually creating a GitHub release with an appropriate tag and description.
Released under the Mozilla Public License 2.0 (MPL 2.0). For license information, please see LICENSE.
Setup TypeDB 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.