Skip to content

Catch errors in incorrect URL and return false #74

Catch errors in incorrect URL and return false

Catch errors in incorrect URL and return false #74

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: make install
- run: make test