Skip to content

Fix answers heading fontSize #5801

Fix answers heading fontSize

Fix answers heading fontSize #5801

Workflow file for this run

name: Jest tests
on: [push]
jobs:
jest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Setup and cache pnpm
uses: ./.github/actions/pnpm-setup
- name: Install workspaces
env:
VERDACCIO_AUTH_TOKEN: ${{ secrets.VERDACCIO_AUTH_TOKEN }}
run: pnpm install:all
- name: Run Jest tests
run: pnpm test
env:
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}