20327 Fix error occurred when testing filer on GCP for registration - part 2 #119
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 Filer CI | |
on: | |
pull_request: | |
types: [assigned, synchronize] | |
paths: | |
- "queue_services/entity-filer/**" | |
- "queue_services/common/**" | |
workflow_dispatch: | |
defaults: | |
run: | |
shell: bash | |
working-directory: ./queue_services/entity-filer | |
jobs: | |
business-filer-ci: | |
uses: bcgov/bcregistry-sre/.github/workflows/backend-ci.yaml@main | |
with: | |
app_name: "business-filer" | |
working_directory: "./queue_services/entity-filer" | |
codecov_flag: "entityfiler" |