Skip to content

Fix parameter to define FeatureType in WFS 2.0.0 #594

Fix parameter to define FeatureType in WFS 2.0.0

Fix parameter to define FeatureType in WFS 2.0.0 #594

Workflow file for this run

name: ci-tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run init:app
- run: npm run lint
- run: npm run test