Skip to content

Commit

Permalink
Zip layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbell87 committed Mar 14, 2024
1 parent 889ee6e commit bafa525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ jobs:
- name: Get container logs
if: ${{ failure() }} || ${{ success() }}
run: |
docker logs cmfive | tee /tmp/cmfive_container.log
docker logs cmfive | sudo tee cmfive_container.log
- name: Stop containers
# the containers should be stopped regardless of
Expand All @@ -284,6 +284,6 @@ jobs:
boilerplate/storage/log/
boilerplate/test/playwright/test-results/
boilerplate/test/playwright/playwright-report/
/tmp/cmfive_container.log
cmfive_container.log
retention-days: 5

0 comments on commit bafa525

Please sign in to comment.