Skip to content

GitHub Action for starting the Backbone's Consumer API including its dependencies

License

Notifications You must be signed in to change notification settings

nmshd/start-backbone

Repository files navigation

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

About

GitHub Action for starting the Backbone's Consumer API including its dependencies

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published