Skip to content

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

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 #313

name: Integration Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
no-tee:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run yarn install
run: yarn install
- name: Run encointer-node
run: ./scripts/docker_run_encointer_node_notee.sh &
- name: Run integration tests
run: yarn test:integration
kusama-parachain:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run yarn install
run: yarn install
- name: Run integration tests
run: yarn test:ksm