Weaviate GitHub Action
ActionsTags
(2)This GitHub Action starts a Weaviate server. You can configure the version and port that are being used. The default version is latest and the default port is 8080.
name: Test Weaviate
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Weaviate
uses: JasperAlexander/[email protected]
with:
- weaviate-version: 'latest'
- weaviate-port: 8080This repository is licensed under the MIT License. See LICENSE for more information.
Weaviate GitHub 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.