24648 - Redirecting contact_centre_staff role to staff dashboard #309
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: BCREGISTRY UI CI | |
on: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
bcregistry-ui-ci: | |
uses: bcgov/bcregistry-sre/.github/workflows/frontend-ci.yaml@main | |
with: | |
node_version: "20.15.0" | |
app_name: "bcregistry" | |
working_directory: "." | |
codecov_flag: "" |