Skip to content

chore: setup e2e test with playwright #12

chore: setup e2e test with playwright

chore: setup e2e test with playwright #12

Workflow file for this run

name: pr
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "npm"
- run: npm ci
- run: npm run test
- run: npm run lint