Skip to content

Move json ld logic up into page, hopefully getting rid of multiple el… #96

Move json ld logic up into page, hopefully getting rid of multiple el…

Move json ld logic up into page, hopefully getting rid of multiple el… #96

Workflow file for this run

name: "Chromatic"
on:
push:
paths:
- "frontend/**"
- ".github/workflows/frontend_ci.yml"
workflow_dispatch:
jobs:
chromatic:
name: Run Chromatic
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend
steps:
- name: Check out Git repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Cache
uses: actions/cache@v4
with:
path: ${{ github.workspace }}/frontend/.next/cache
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Corepack enable
run: corepack enable
- name: Install dependencies
run: yarn install --immutable
- name: Run Chromatic
uses: chromaui/action@latest
with:
projectToken: chpt_683b948867f365a
workingDir: ./frontend