Skip to content

[e2e-ksm] update meetup time offset to match the Kusama value (#81) #211

[e2e-ksm] update meetup time offset to match the Kusama value (#81)

[e2e-ksm] update meetup time offset to match the Kusama value (#81) #211

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