Skip to content

Merge branch 'master' of github.com:dcmjs-org/dcmjs into fix/add-mg-c… #13

Merge branch 'master' of github.com:dcmjs-org/dcmjs into fix/add-mg-c…

Merge branch 'master' of github.com:dcmjs-org/dcmjs into fix/add-mg-c… #13

Workflow file for this run

name: Run tests
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 18
- name: Install packages
uses: bahmutov/npm-install@v1
- name: Run tests
run: npm run test