From 5018a10dd6d7172daa46344c16a5dcda81ef9d47 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 5 Aug 2025 16:20:43 +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 fce64a89..1d0d04d1 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -33,9 +33,13 @@ jobs: ##################################### TO NOT CHANGE ################################# + - name : Command shell + run: + chmod +x temp-ci/give_runs_log.sh + ./temp-ci/give_runs_log.sh "outputs/custom-shell.log" + - name: Pixi download run: | - chmod +x temp-ci/give_runs_log.sh ./temp-ci/give_runs_log.sh "outputs/pixi.log" - name: Run tests and generate reports