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

This commit is contained in:
Thomas 2025-02-28 19:33:41 +01:00
parent f2c1e141e2
commit da211a33a1

View File

@ -15,7 +15,8 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Clean Up
run: |
docker container stop 1 $(docker container ls -aq) && docker system prune -af --volumes
docker ps -aq | xargs docker rm -f
docker system prune -af --volumes
- name: Init
run: |
make make-init ENVS="ENV=ci TAG=latest"
@ -52,7 +53,8 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Clean Up
run: |
docker container stop 1 $(docker container ls -aq) && docker system prune -af --volumes
docker ps -aq | xargs docker rm -f
docker system prune -af --volumes
- name: Init
run: |
make make-init ENVS="ENV=ci TAG=latest"