From 0505e3ca6ec11bd253f0819dc2ec2d494a0636e9 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 5 Aug 2025 19:25:13 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 10299fd3..b6adc1fd 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -32,15 +32,15 @@ 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: Command shell + run: | + ./temp-ci/give_runs_log.sh "outputs/custom-shell.log" + - name: Run tests and generate reports run: | ./temp-ci/give_runs_log.sh "outputs/test-ci.log"