mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:07:31 +00:00
feat(saml): implementation of saml for ZITADEL v2 (#3618)
This commit is contained in:
5
.github/workflows/test-code.yml
vendored
5
.github/workflows/test-code.yml
vendored
@@ -46,6 +46,10 @@ jobs:
|
||||
working-directory: e2e
|
||||
env:
|
||||
ZITADEL_IMAGE: zitadel:pr
|
||||
- name: Save ZITADEL Logs
|
||||
if: always()
|
||||
run: docker compose logs zitadel > ../.artifacts/e2e-compose-zitadel.log
|
||||
working-directory: e2e
|
||||
- name: Archive Test Results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v2
|
||||
@@ -55,4 +59,5 @@ jobs:
|
||||
e2e/cypress/results
|
||||
e2e/cypress/videos
|
||||
e2e/cypress/screenshots
|
||||
.artifacts/e2e-compose-zitadel.log
|
||||
retention-days: 30
|
||||
|
Reference in New Issue
Block a user