chore(ci): docker cleanup

This commit is contained in:
Dominik 2025-05-13 09:32:21 +02:00
parent 09a523a04f
commit 700335ef67
3 changed files with 6 additions and 0 deletions

View file

@ -25,3 +25,7 @@ jobs:
build: yarn run build
start: yarn cypress:start_server
component: true
- name: Clean up Docker
run: |
docker system prune -af --volumes