chore: improve fiveg_core_gnb interface schema #718
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Discover interfaces | |
on: | |
pull_request: | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
name: Pretty print, for all interfaces, their schemas and interface tests. | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 1 | |
- name: Set up python | |
uses: actions/setup-python@v4 | |
with: | |
python-version: 3.8 | |
- name: install interface-tester | |
run: | | |
python -m pip install pytest-interface-tester ops 'pydantic<2' | |
- name: run discover | |
run: interface_tester discover |