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

This commit is contained in:
2025-08-26 01:03:45 +02:00
parent f3283c9a6e
commit 15587d746f
+5 -1
View File
@@ -128,7 +128,7 @@ jobs:
run: |
./temp-ci/give_runs_log.sh "outputs/ci-tooling.log"
- name: Run command shell
- name: Run command shell before pytest
run: |
./temp-ci/give_runs_log.sh "outputs/custom-shell-before.log"
@@ -140,6 +140,10 @@ jobs:
run: |
./temp-ci/give_runs_log.sh "outputs/test-prints.log"
- name: Run command shell after pytest
run: |
./temp-ci/give_runs_log.sh "outputs/custom-shell-after.log"
- name: Prepare the push to wiki
run: |
./temp-ci/give_runs_log.sh "outputs/wiki-clone.log"