Skip to content

Update navigation: add Spindl and Batches, reorganize menu items (#2758) #4827

Update navigation: add Spindl and Batches, reorganize menu items (#2758)

Update navigation: add Spindl and Batches, reorganize menu items (#2758) #4827

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- master
pull_request:
branches: [master]
jobs:
Jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Tests
run: |
yarn install
yarn test