Fix 24953 - Update NoW Per New Designs #1960
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 Filings UI CI | |
on: | |
pull_request: | |
branches: | |
- main | |
- feature* | |
workflow_dispatch: | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
business-filings-ui-ci: | |
uses: bcgov/bcregistry-sre/.github/workflows/frontend-ci.yaml@main | |
with: | |
node_version: "20.5.1" | |
app_name: "business-filings-ui" |