Skip to content

add custom_role_mapping_id field to update org, add fetch_custom_role… #189

add custom_role_mapping_id field to update org, add fetch_custom_role…

add custom_role_mapping_id field to update org, add fetch_custom_role… #189

Workflow file for this run

name: Test
on: push
jobs:
build-n-test:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Install
run: >-
python -m
pip install -r requirements.txt
--user
- name: Run tests
run: python -m pytest