Skip to content

Chore: bump sor to 3.17.2 in routing-api & improve routing-api FOT integ-test #746

Chore: bump sor to 3.17.2 in routing-api & improve routing-api FOT integ-test

Chore: bump sor to 3.17.2 in routing-api & improve routing-api FOT integ-test #746

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