diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 0cba6006..48299733 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -128,7 +128,7 @@ jobs: run: | ./temp-ci/give_runs_log.sh "outputs/ci-tooling.log" - - name: Run command shell + - name: Run command shell before pytest run: | ./temp-ci/give_runs_log.sh "outputs/custom-shell-before.log" @@ -140,6 +140,10 @@ jobs: run: | ./temp-ci/give_runs_log.sh "outputs/test-prints.log" + - name: Run command shell after pytest + run: | + ./temp-ci/give_runs_log.sh "outputs/custom-shell-after.log" + - name: Prepare the push to wiki run: | ./temp-ci/give_runs_log.sh "outputs/wiki-clone.log"