Skip to content

[GA] run encointer node in docker image in CI + fix integration tests #291

[GA] run encointer node in docker image in CI + fix integration tests

[GA] run encointer node in docker image in CI + fix integration tests #291

Workflow file for this run

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