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

This commit is contained in:
Thomas 2025-02-28 19:30:29 +01:00
parent fc6394761e
commit f2c1e141e2

View File

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