Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

feat: add router trade adapter #532

feat: add router trade adapter

feat: add router trade adapter #532

Workflow file for this run

name: Forge Tests
on:
push:
branches:
- main
pull_request:
jobs:
tests:
name: Unit tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 16
registry-url: https://registry.npmjs.org
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Run tests
run: yarn test:forge
env:
FORK_URL: '${{ secrets.FORK_URL }}'