Skip to content

chore(TSE-864): Update README #292

chore(TSE-864): Update README

chore(TSE-864): Update README #292

Workflow file for this run

name: Test coverage
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/[email protected]
with:
version: 7.5.0
node-version: '16.x'
- run: pnpm install
- run: pnpm test.coverage