Skip to content

🤖️ feat: deploy action (#9) #20

🤖️ feat: deploy action (#9)

🤖️ feat: deploy action (#9) #20

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 }}