Skip to content

chore: 1) routing-api calculates portion amount, offload unified-routing-api 2) bump sor ino routing-api 3) add portion integ-test #705

chore: 1) routing-api calculates portion amount, offload unified-routing-api 2) bump sor ino routing-api 3) add portion integ-test

chore: 1) routing-api calculates portion amount, offload unified-routing-api 2) bump sor ino routing-api 3) add portion integ-test #705

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
unit-test:
name: Unit Test
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Set up node
uses: actions/setup-node@v3
with:
node-version: 18.x
registry-url: https://registry.npmjs.org
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build
- name: Run Unit Tests
run: npm run test