Skip to content

Switch networking to @polkadot/rpc-provider and support for author_submitAndWatchExtrinsic for trusted calls #367

Switch networking to @polkadot/rpc-provider and support for author_submitAndWatchExtrinsic for trusted calls

Switch networking to @polkadot/rpc-provider and support for author_submitAndWatchExtrinsic for trusted calls #367

name: Build and Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup
run: yarn install
- name: Build
run: yarn build
- name: generate types
run: yarn generate:types
- name: Run tests
run: yarn test