Skip to content

test(catalog): add Playwright e2e coverage #82

test(catalog): add Playwright e2e coverage

test(catalog): add Playwright e2e coverage #82

Workflow file for this run

name: tests
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Bun ${{ matrix.bun-version }}
uses: oven-sh/setup-bun@v2
- name: Install
run: bun install --frozen-lockfile
- name: Lint
run: bun check