WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

chore(deps): bump the jest group across 1 directory with 2 updates #37295

chore(deps): bump the jest group across 1 directory with 2 updates

chore(deps): bump the jest group across 1 directory with 2 updates #37295

Workflow file for this run

name: DCR Build Check
on:
push:
paths-ignore:
- 'dotcom-rendering/docs/**'
jobs:
build_check:
name: DCR Build Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- 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