Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 654 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 654 Bytes

Backbone GitHub Action

Introduction

This GitHub Action starts a Backbone Consumer API instance including its dependencies.

The inputs are:

  • consumerapi-version (e.g. v4.0.0) must be specified. See GitHub for a list of available versions
  • consumerapi-port (default 5000)

Usage

name: Run tests

on: [push]

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - name: Checkout
        uses: actions/checkout@v4

      - name: Start Consumer API
        uses: nmshd/start-backbone:v1.0.0
        with:
          consumerapi-version: v4.2.0

License

MIT