Skip to content

only log to Ophan if configuration exists in local storage, also impr… #24679

only log to Ophan if configuration exists in local storage, also impr…

only log to Ophan if configuration exists in local storage, also impr… #24679

Workflow file for this run

name: DCR Build Check
on:
push:
paths-ignore:
- 'apps-rendering/**'
- 'dotcom-rendering/docs/**'
jobs:
build_check:
name: DCR Build Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node environment
uses: ./.github/actions/setup-node-env
- name: Generate production build
run: make build
working-directory: dotcom-rendering
- name: Validate Build
run: make buildCheck
working-directory: dotcom-rendering