Skip to content

test: filter out module.exports #25

test: filter out module.exports

test: filter out module.exports #25

Workflow file for this run

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