Skip to content

feat(rpc):

feat(rpc): #442

Workflow file for this run

name: Testing with Jest
on: [push, pull_request, workflow_call]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
uses: actions/setup-node@v2
with:
node-version: 14
- run: npm i
- run: npm run compile
- run: npm test