Skip to content

Add design history for: exit, pause and resume an appointment #235

Add design history for: exit, pause and resume an appointment

Add design history for: exit, pause and resume an appointment #235

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