Skip to content

refactor(msw): align setup with next-msw-integration pattern #33

refactor(msw): align setup with next-msw-integration pattern

refactor(msw): align setup with next-msw-integration pattern #33

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Prepare environment
uses: ./.github/actions/prepare
- name: Install Playwright browsers
run: pnpm exec playwright install --with-deps chromium
- name: Run Tests
run: pnpm test run