Skip to content

feat(org): add create org saml connection linkr equest #232

feat(org): add create org saml connection linkr equest

feat(org): add create org saml connection linkr equest #232

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