Skip to content

chore: use postinstall instead of prepare for msw init #1011

chore: use postinstall instead of prepare for msw init

chore: use postinstall instead of prepare for msw init #1011

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
Test:
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- name: Setup Project
uses: ./.github/actions/setup
- name: Test
run: pnpm test:unit