24082 Fix Review and Certify Stepper Validation when Incorporation Fails #2206
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 Create UI CI | |
on: | |
pull_request: | |
branches: | |
- main | |
- feature* | |
workflow_dispatch: | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
business-create-ui-ci: | |
uses: bcgov/bcregistry-sre/.github/workflows/frontend-ci.yaml@main | |
with: | |
node_version: "20.5.1" | |
app_name: "business-create-ui" |