Skip to content

build(deps-dev): bump the dev group with 11 updates #185

build(deps-dev): bump the dev group with 11 updates

build(deps-dev): bump the dev group with 11 updates #185

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
- run: npm ci
- run: npx playwright install
- run: npm test
- run: npm run check
- run: npm run lint