[READ-ONLY] Mirror of https://github.com/sxzz/obug. A lightweight JavaScript debugging utility, forked from debug, featuring TypeScript and ESM support.
Something went wrong. Try again.
12345678910111213141516171819202122232425name: 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