Skip to content

Inclusion of participants with undefined diabetes type #5

Inclusion of participants with undefined diabetes type

Inclusion of participants with undefined diabetes type #5

Workflow file for this run

name: Run tests before merging to main
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test