Skip to content

Update "color" page (#2114) #2079

Update "color" page (#2114)

Update "color" page (#2114) #2079

Workflow file for this run

name: Unit tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Shared setup
uses: ./.github/actions/shared-action-setup
- name: Run unit tests
run: yarn jest