diff --git a/.gitea/workflows/run_tests.yaml b/.gitea/workflows/run_tests.yaml index 790eaa58d..fd030b21b 100644 --- a/.gitea/workflows/run_tests.yaml +++ b/.gitea/workflows/run_tests.yaml @@ -1,4 +1,4 @@ -name: Gitea Actions Demo +name: Gitea Actions run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] @@ -13,6 +13,9 @@ jobs: uses: actions/checkout@v4 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - 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 - name: Init run: | make make-init ENVS="ENV=ci TAG=latest" @@ -47,6 +50,9 @@ jobs: uses: actions/checkout@v4 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - 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 - name: Init run: | make make-init ENVS="ENV=ci TAG=latest" diff --git a/src/new/tests/bootstrap.php b/src/new/tests/bootstrap.php index 0eed61fdb..b3e855d61 100755 --- a/src/new/tests/bootstrap.php +++ b/src/new/tests/bootstrap.php @@ -1,6 +1,7 @@
- {{'Kalkuations Status'|trans}} + {{'Kalkulations Status'|trans}}