Skip to content

chore: Rename playground pages, add debug script & diff preview e2e test #115

chore: Rename playground pages, add debug script & diff preview e2e test

chore: Rename playground pages, add debug script & diff preview e2e test #115

Workflow file for this run

name: Test
on:
pull_request:
branches:
- master
push:
branches:
- master
workflow_dispatch:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm run bootstrap
- run: npx playwright install --with-deps chromium
- run: npm run lint
- run: npm run build
- run: xvfb-run npm run test