Skip to content

feat: Improve ability to distinguish between networks, assets, and trade types #66

feat: Improve ability to distinguish between networks, assets, and trade types

feat: Improve ability to distinguish between networks, assets, and trade types #66

Workflow file for this run

name: Unit Tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["18", "20"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
# Install dependencies in parent directory first
- name: Install and test agentkit
run: |
npm i
npm run test