Skip to content

[DPE-2799] [opensearch_client] Removing tls field from example #177

[DPE-2799] [opensearch_client] Removing tls field from example

[DPE-2799] [opensearch_client] Removing tls field from example #177

Workflow file for this run

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
- name: run discover
run: interface_tester discover