Skip to content

fix: add apply operation error handler (#383) #1592

fix: add apply operation error handler (#383)

fix: add apply operation error handler (#383) #1592

Workflow file for this run

name: Test Packages
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
run_install: false
- uses: actions/setup-node@v4
with:
node-version: 22
cache: "pnpm"
- shell: bash
run: |
pnpm install --no-frozen-lockfile
pnpm test
- shell: bash
run: |
pnpm run coverage