Skip to content

refactor(@rallie/react): refactor the implementation of useBlockState #92

refactor(@rallie/react): refactor the implementation of useBlockState

refactor(@rallie/react): refactor the implementation of useBlockState #92

Workflow file for this run

name: Run unit test
on:
pull_request:
branches:
- master
push:
branches:
- master
workflow_dispatch:
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'pnpm'
- name: Install Dependencies
run: pnpm install
- name: Run Unit Test
run: pnpm test
- name: Update Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}