Skip to content

409 chemo dose exception #416

409 chemo dose exception

409 chemo dose exception #416

Workflow file for this run

name: Unit Tests
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm ci
- run: npm i object.fromentries
- run: npm test