Skip to content

fix: allow non-enterprise, saml users to complete registration in authn MFEFix: Redirect non-enterprise SAML to authn MFE #9991

fix: allow non-enterprise, saml users to complete registration in authn MFEFix: Redirect non-enterprise SAML to authn MFE

fix: allow non-enterprise, saml users to complete registration in authn MFEFix: Redirect non-enterprise SAML to authn MFE #9991

name: units-test-scripts-user-retirement
on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- "3.12"
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r scripts/user_retirement/requirements/testing.txt
- name: Run pytest
run: |
pytest scripts/user_retirement