Skip to content

chore(nextjs-shadcn): add netlify nextjs plugin #89

chore(nextjs-shadcn): add netlify nextjs plugin

chore(nextjs-shadcn): add netlify nextjs plugin #89

Workflow file for this run

name: Test
on:
pull_request:
workflow_dispatch:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: npm ci
- name: Install Playwright Dependencies
run: npx playwright install chromium --with-deps --only-shell
- run: npm run test -- --project chromium