Skip to content

chore(deps): update dependency chromatic to v11.3.2 #8576

chore(deps): update dependency chromatic to v11.3.2

chore(deps): update dependency chromatic to v11.3.2 #8576

Workflow file for this run

name: 'unit tests'
on:
pull_request:
branches:
- main
push:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "unitTest" ?!
unitTests:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: '18.x'
cache: 'yarn'
- run: yarn install --immutable
- run: yarn test