chore: add acceptance tests with saml sp

This commit is contained in:
Stefan Benz
2025-03-21 17:33:42 +01:00
parent f1ab6a2360
commit 5af009d581
18 changed files with 375 additions and 16 deletions

View File

@@ -97,6 +97,10 @@ jobs:
run: ZITADEL_DEV_UID=root pnpm run-sink
if: ${{ matrix.command == 'test:acceptance' }}
- name: Run SAML SP
run: ZITADEL_DEV_UID=root pnpm run-samlsp
if: ${{ matrix.command == 'test:acceptance' }}
- name: Create Cloud Env File
run: |
if [ "${{ matrix.command }}" == "test:acceptance:prod" ]; then