Skip to content

Part of https://github.com/OpenHistoricalMap/issues/issues/786, dropp… #84

Part of https://github.com/OpenHistoricalMap/issues/issues/786, dropp…

Part of https://github.com/OpenHistoricalMap/issues/issues/786, dropp… #84

Workflow file for this run

name: Tests
on:
push:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: corepack enable
- run: yarn install
- run: yarn test