Skip to content

enhancement: Handle 401 and 5xx errors in endpoint list #42

enhancement: Handle 401 and 5xx errors in endpoint list

enhancement: Handle 401 and 5xx errors in endpoint list #42

Workflow file for this run

name: Run tests
on: pull_request
jobs:
Run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.8"
- name: Install library
run: pip install -e .[dev]
- name: Run tests
run: pytest