Fixes
Some checks failed
Gitea Actions / Run-Tests-On-Arm64 (push) Failing after 19s
Gitea Actions / Run-Tests-On-Amd64 (push) Failing after 26s

This commit is contained in:
Thomas 2025-02-28 19:39:12 +01:00
parent da211a33a1
commit a7b8ce70ff

View File

@ -15,7 +15,7 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Clean Up
run: |
docker ps -aq | xargs docker rm -f
if ["docker ps -q|wc -l" gt 0]; then docker ps -aq | xargs docker rm -f
docker system prune -af --volumes
- name: Init
run: |
@ -53,7 +53,7 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Clean Up
run: |
docker ps -aq | xargs docker rm -f
if ["docker ps -q|wc -l" gt 0]; then docker ps -aq | xargs docker rm -f
docker system prune -af --volumes
- name: Init
run: |