Skip to content

refactor: remove Amplitude network and related configurations #516

refactor: remove Amplitude network and related configurations

refactor: remove Amplitude network and related configurations #516

Workflow file for this run

name: Test all swap providers
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22.18.0"
cache: "yarn"
- run: yarn install
- run: yarn build:all
- run: cd packages/swap && yarn test