Skip to content

Statement Owing: Set default amount owing to -1, then render when it's 0 or above. #3133

Statement Owing: Set default amount owing to -1, then render when it's 0 or above.

Statement Owing: Set default amount owing to -1, then render when it's 0 or above. #3133

Workflow file for this run

name: ACCOUNT UI CI
on:
pull_request:
branches:
- main
- feature*
paths:
- "auth-web/**"
workflow_dispatch:
defaults:
run:
shell: bash
working-directory: ./auth-web
jobs:
account-ui-ci:
uses: bcgov/bcregistry-sre/.github/workflows/frontend-ci.yaml@main
with:
node_version: "20.5.1"
app_name: "account-ui"
working_directory: "./auth-web"
codecov_flag: "authweb"