Skip to content

docs(changelog): v2.67.1 update #5394

docs(changelog): v2.67.1 update

docs(changelog): v2.67.1 update #5394

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: test
on:
push:
branches: [main, release, test-code-coverage]
pull_request:
branches: [main, release]
workflow_dispatch:
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Run install
run: npm i -g lerna@^6 && npm run bootstrap
- name: Run Jest test
run: npm run test:unit