Skip to content

Minor router logic update and tests #330

Minor router logic update and tests

Minor router logic update and tests #330

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test-contracts:
name: Test Contracts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '20'
- run: yarn install
- run: yarn compile
- run: yarn test