Skip to content

feat(scheduling): [MC-669] Allow filtering in Schedule View (#1201) #6028

feat(scheduling): [MC-669] Allow filtering in Schedule View (#1201)

feat(scheduling): [MC-669] Allow filtering in Schedule View (#1201) #6028

name: Curation Admin Tools
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: Run Unit Tests
defaults:
run:
shell: bash
working-directory: ./
strategy:
matrix:
node-version: [18.x]
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Run the test suite
run: npm test