Skip to content

Updates to Examiner Dashboard #2

Updates to Examiner Dashboard

Updates to Examiner Dashboard #2

name: STRR Examiner UI CI
on:
pull_request:
paths:
- "strr-examiner-web/**"
workflow_dispatch:
defaults:
run:
shell: bash
working-directory: ./strr-examiner-web
jobs:
examiner-ui-ci:
uses: bcgov/bcregistry-sre/.github/workflows/frontend-ci.yaml@main
with:
app_name: "strr-examiner-ui"
working_directory: "./strr-examiner-web"
codecov_flag: "strrexaminerui"
node_version: 20