Skip to content

Fixed issue with config.example.ts #62

Fixed issue with config.example.ts

Fixed issue with config.example.ts #62

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