Skip to content

Fixing response schema handling in mapping code #180

Fixing response schema handling in mapping code

Fixing response schema handling in mapping code #180

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- 'main'
push:
branches:
- 'main'
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.9', '3.10', '3.11']
uses: ./.github/workflows/_run-tests-action.yml
with:
runner-os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
required-coverage: ${{ vars.REQUIRED_COVERAGE }}