Skip to content

feat: RPC server for node while running in server mode #649

feat: RPC server for node while running in server mode

feat: RPC server for node while running in server mode #649

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
- shell: bash
run: |
pnpm install --no-frozen-lockfile
pnpm test