mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-28 17:37:23 +00:00
ci(e2e): fix typo in workflow (#4527)
This commit is contained in:
parent
3b03ad82bf
commit
c0f65088a1
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user