Skip to content

Geocoder refactoring using axios and AbortController objects. Fixes #400 #501

Geocoder refactoring using axios and AbortController objects. Fixes #400

Geocoder refactoring using axios and AbortController objects. Fixes #400 #501

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