Skip to content
play

GitHub Action

SpiceDB Test Server

v1 Latest version

SpiceDB Test Server

play

SpiceDB Test Server

Sets up a running instance of `spicedb serve-testing` for integration tests

Installation

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

              

- name: SpiceDB Test Server

uses: authzed/action-spicedb@v1

Learn more about this action in authzed/action-spicedb

Choose a version

SpiceDB GitHub Action

License Build Status Mailing List Discord Server Twitter

This project is a GitHub Action that runs a SpiceDB server for your workflows to use during integration tests.

Usage

Add the following any workflow:

steps:
- uses: "authzed/action-spicedb@v1"
  with:
    version: "latest"