Skip to content

HPV self-testing UR findings: unhappy paths, reminders and nudges #716

HPV self-testing UR findings: unhappy paths, reminders and nudges

HPV self-testing UR findings: unhappy paths, reminders and nudges #716

Workflow file for this run

name: Test build
on: pull_request
jobs:
test_build:
name: Test build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci
- name: Build with Eleventy
run: npm run-script build