Skip to content

Merge pull request #420 from chrismayer/ol-10-2-1 #511

Merge pull request #420 from chrismayer/ol-10-2-1

Merge pull request #420 from chrismayer/ol-10-2-1 #511

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