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"