Skip to content

feat: add ai-assisted flow #242

feat: add ai-assisted flow

feat: add ai-assisted flow #242

Workflow file for this run

name: Test Scripts
on:
pull_request:
types: [opened, synchronize]
branches:
- dev
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22.19.0
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 10.11.0
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run scripts tests
working-directory: scripts
run: pnpm test
- name: Run wonderland tests
working-directory: sites/wonderland
run: pnpm test