Skip to content

Merge pull request #109 from lgarber-akamai/fix/schema-allof-recursion #55

Merge pull request #109 from lgarber-akamai/fix/schema-allof-recursion

Merge pull request #109 from lgarber-akamai/fix/schema-allof-recursion #55

Workflow file for this run

name: Test Suite
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Run tests
run: |
pip install .[test]
pytest