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

GitHub Action

Weaviate GitHub Action

v1.0.0

Weaviate GitHub Action

database

Weaviate GitHub Action

Start a Weaviate server

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Weaviate GitHub Action

uses: JasperAlexander/[email protected]

Learn more about this action in JasperAlexander/weaviate-github-action

Choose a version

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@[email protected]
        with:
          - weaviate-version: 'latest'
          - weaviate-port: 8080