Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

authzed/action-testserver

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authzed Test Server GitHub Action

This project is a Github Action that will run an API compatible Authzed test server for your workflows to use during unit/integration tests.

Usage

Add the following any workflow:

steps:
- uses: "authzed/action-testserver@v3"
  with:
    version: "latest"