catch exception when USE_SAML2 is True but configuration not complete… #76
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test develop | |
on: | |
push: | |
branches: | |
- develop | |
pull_request: | |
branches: | |
- develop | |
jobs: | |
test-develop: | |
uses: | |
./.github/workflows/testing.yml | |
with: | |
branch_name: develop | |
event_name: ${{ github.event_name }} | |
secrets: | |
PAT: ${{ secrets.PAT }} |