diff --git a/.gitea/workflows/run_tests.yaml b/.gitea/workflows/run_tests.yaml index fd030b21b..faaee403d 100644 --- a/.gitea/workflows/run_tests.yaml +++ b/.gitea/workflows/run_tests.yaml @@ -15,7 +15,7 @@ jobs: - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: Clean Up 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 run: | 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." - name: Clean Up 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 run: | make make-init ENVS="ENV=ci TAG=latest"