Skip to content

chore: test ci publish #139

chore: test ci publish

chore: test ci publish #139

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
run_install: true
- name: test
run: pnpm test
- name: report
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
env:
CI: true