Skip to content

Refactor Api to be able to sign with an injected signer from en extensions #267

Refactor Api to be able to sign with an injected signer from en extensions

Refactor Api to be able to sign with an injected signer from en extensions #267

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