Skip to content

feat(compositions): Store and parse ignoreExtent control in/from comp… #64

feat(compositions): Store and parse ignoreExtent control in/from comp…

feat(compositions): Store and parse ignoreExtent control in/from comp… #64

name: Build & test hslayers-server
on:
push:
paths:
- 'projects/hslayers-server/**/*'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
defaults:
run:
working-directory: ./projects/hslayers-server/
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Test
run: npm run test-ci
env:
CI: true