Skip to content

🏄‍ feat: update readme #17

🏄‍ feat: update readme

🏄‍ feat: update readme #17

Workflow file for this run

name: Unit-Testing
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
version: 7.x
- name: Install dependencies
run: pnpm i
- name: Testing
run: pnpm test
env:
CI: true
- name: Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}