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