Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Weaviate GitHub Action

Actions
Start a Weaviate server
v1.0.0
Star (1)

Weaviate GitHub Action

This GitHub Action starts a Weaviate server. You can configure the version an port that are being used. The default version is latest and the default port is 8080.

Usage

name: Test Weaviate

on: [push]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Setup Weaviate
        uses: JasperAlexander@weaviate-github-action@1.0.0
        with:
          - weaviate-version: 'latest'
          - weaviate-port: 8080

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.

About

Start a Weaviate server
v1.0.0

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.