mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
ci(e2e): fix typo in workflow (#4527)
This commit is contained in:
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
||||
run: docker compose run e2e --browser ${{ matrix.browser }}
|
||||
working-directory: e2e
|
||||
- name: Ensure Artifacts Directory Exists
|
||||
run: mdkir -p ./.artifacts
|
||||
run: mkdir -p ./.artifacts
|
||||
- name: Save ZITADEL Logs
|
||||
if: always()
|
||||
run: docker compose logs zitadel > ../.artifacts/e2e-compose-zitadel.log
|
||||
|
Reference in New Issue
Block a user