Skip to content

feat(example): brand the docs site as an Agentation fork #46

feat(example): brand the docs site as an Agentation fork

feat(example): brand the docs site as an Agentation fork #46

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
- name: Install Playwright browsers
run: pnpm --filter @alexgorbatchev/agentation exec playwright install --with-deps chromium
- run: pnpm build
- run: pnpm build:storybook
- run: pnpm test