Update .gitea/workflows/test.yml
Run CI Tests / test (push) Failing after 2s

This commit is contained in:
2025-08-22 10:50:14 +02:00
parent 622686663b
commit 2ff14d194c
+6 -6
View File
@@ -92,24 +92,24 @@ jobs:
- name: Pixi download
run: |
chmod +x temp-ci/give_runs_log.sh
./temp-ci/give_runs_log.sh "outputs/env-setup.log"
chmod +x test-ci/give_runs_log.sh
temp-ci/give_runs_log.sh "outputs/env-setup.log"
- name: Run tests and generate reports
run: |
./temp-ci/give_runs_log.sh "outputs/test-ci.log"
test-ci/give_runs_log.sh "outputs/test-ci.log"
- name: Prepare the push to wiki
run: |
./temp-ci/give_runs_log.sh "outputs/wiki-clone.log"
test-ci/give_runs_log.sh "outputs/wiki-clone.log"
- name: Commit to wiki
run: |
./temp-ci/give_runs_log.sh "outputs/commit-push-wiki.log"
test-ci/give_runs_log.sh "outputs/commit-push-wiki.log"
- name: Wiki report URLs
run: |
./temp-ci/give_runs_log.sh "outputs/wiki-report-urls.log"
test-ci/give_runs_log.sh "outputs/wiki-report-urls.log"