Skip to content

Merge pull request #155 from geoblocks/ol_10 #21

Merge pull request #155 from geoblocks/ol_10

Merge pull request #155 from geoblocks/ol_10 #21

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
cache: npm
- run: npm ci
- run: npm test