Skip to content

Add client and operation level configurations. #9

Add client and operation level configurations.

Add client and operation level configurations. #9

Workflow file for this run

name: Workflows CI
on:
push:
branches: [ dev, staging, test, main, release-** ]
pull_request:
branches: [ dev, staging, test, main, release-** ]
jobs:
Unit_Tests:
name: Unit_Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup_Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Run_Unit_Tests
run: ./tests/run.sh