From 15587d746fcddec70e7b0e9aaae41b314ee89a11 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 26 Aug 2025 01:03:45 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"