20119 Legal API - Update aliases code to work with alternate names #221
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Business API CI | |
on: | |
pull_request: | |
types: [assigned, synchronize] | |
paths: | |
- "legal-api/**" | |
workflow_dispatch: | |
defaults: | |
run: | |
shell: bash | |
working-directory: ./legal-api | |
jobs: | |
business-api-ci: | |
uses: bcgov/bcregistry-sre/.github/workflows/backend-ci.yaml@main | |
with: | |
app_name: "business-api" | |
working_directory: "./legal-api" | |
codecov_flag: "legalapi" |