Skip to content

Participants with Stroke, HA, HF reported on a followup assessment are now included when the date of such assessment is not available #6

Participants with Stroke, HA, HF reported on a followup assessment are now included when the date of such assessment is not available

Participants with Stroke, HA, HF reported on a followup assessment are now included when the date of such assessment is not available #6

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