Skip to content

Merge branch 'development' of https://github.com/wikitree/wikitree-br… #2390

Merge branch 'development' of https://github.com/wikitree/wikitree-br…

Merge branch 'development' of https://github.com/wikitree/wikitree-br… #2390

Workflow file for this run

name: "Build and test"
on:
push:
branches:
- development
pull_request:
branches:
- development
jobs:
test:
name: "Build and test"
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: "npm"
- run: npm ci
- run: npm run build
- run: npm test