Skip to content

reincorporate thumb ratings to documentation pages #120

reincorporate thumb ratings to documentation pages

reincorporate thumb ratings to documentation pages #120

Workflow file for this run

name: Test
on:
pull_request:
jobs:
run-tests:
name: Run tests
runs-on: ubuntu-22.04-2core-arm64
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
with:
node-version: 23
cache: 'yarn'
- name: Install deps
run: yarn && yarn playwright install --with-deps
- name: Run unit tests
run: yarn test
- name: Build Storybook
run: yarn storybook:build
- name: Run Storybook tests
run: yarn storybook:test-ci
# Changes to server code can break the formatting linter by mistake, so run it to
# make sure this hasn't happened.
- name: Run the docs formatting linter
run: yarn markdown-lint