Skip to content

add elevator schemas (#20) #61

add elevator schemas (#20)

add elevator schemas (#20) #61

Workflow file for this run

name: integration
on: push
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- run: yarn install && cp src/config.example.ts src/config.ts && yarn test