Skip to content

Fix vesting tests

Fix vesting tests #784

Workflow file for this run

name: Tests
on: [push]
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: isbang/[email protected]
with:
compose-file: "./test/docker-compose.yml"
- uses: actions/setup-node@v3
with:
node-version: "16"
- run: yarn
- run: yarn test-ci