Skip to content

chore: update workflow references to main branch #56

chore: update workflow references to main branch

chore: update workflow references to main branch #56

Workflow file for this run

name: Unit Test
on:
push:
branches: [main, v1]
pull_request:
branches: [main, v1]
permissions: {}
jobs:
unit-test:
uses: sxzz/workflows/.github/workflows/unit-test.yml@main
with:
test: 'pnpm playwright install --with-deps && pnpm run test'
typecheck: 'pnpm run build && pnpm run typecheck'
coverage:
uses: sxzz/workflows/.github/workflows/coverage.yml@main
needs: unit-test
with:
test: pnpm run test:coverage
permissions:
id-token: write