Skip to content

CI/CD update for PPR API and MHR API. #3

CI/CD update for PPR API and MHR API.

CI/CD update for PPR API and MHR API. #3

Workflow file for this run

name: MHR API CI
on:
pull_request:
paths:
- "mhr-api/**"
workflow_dispatch:
defaults:
run:
shell: bash
working-directory: ./mhr-api
jobs:
mhr-api-ci:
uses: bcgov/bcregistry-sre/.github/workflows/backend-ci.yaml@main
with:
app_name: "mhr-api"
working_directory: "./mhr-api"
codecov_flag: "mhrapi"