Skip to content

If config sets SCRIPT_ENDPOINT_URL to empty, the PDMP lookup will n… #122

If config sets SCRIPT_ENDPOINT_URL to empty, the PDMP lookup will n…

If config sets SCRIPT_ENDPOINT_URL to empty, the PDMP lookup will n… #122

Workflow file for this run

# docker continuous integration
# run tests
---
name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
container: python:3.7
steps:
- uses: actions/checkout@v1
- name: Install test runner
run: python3 -m pip install tox
- name: Run tests
run: tox