Skip to content

fix: reopen radiant ethereum & base, remove arbitrum & bnb configs (#84) #543

fix: reopen radiant ethereum & base, remove arbitrum & bnb configs (#84)

fix: reopen radiant ethereum & base, remove arbitrum & bnb configs (#84) #543

Workflow file for this run

name: Unit Test
on:
push:
pull_request:
env:
ZEROEX_API_KEY: ${{ secrets.ZEROEX_API_KEY }}
jobs:
run-unit-test:
name: Run unit test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: yarn install
- name: Run unit test
run: yarn test:unit