Update .gitea/workflows/test.yml
Run CI Tests / test (push) Failing after 1m2s

This commit is contained in:
2025-08-05 19:25:13 +02:00
parent 4d38db52c0
commit 0505e3ca6e
+5 -5
View File
@@ -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"