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

This commit is contained in:
2025-07-24 03:00:18 +02:00
parent e4a17e01d5
commit 02b150b66e
+6 -6
View File
@@ -31,27 +31,27 @@ jobs:
- name: Execute give_runs_log from test-ci repo
run: |
chmod +x test-ci/give_runs_log.sh
chmod +x ./test-ci/give_runs_log.sh
- name: Pixi download
run: |
./test-ci/scripts/give_runs_log.sh "outputs/pixi.log"
./test-ci/give_runs_log.sh "outputs/pixi.log"
- name: Run tests and generate reports
run: |
./test-ci/scripts/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: |
./test-ci/scripts/give_runs_log.sh "outputs/wiki-clone.log"
./test-ci/give_runs_log.sh "outputs/wiki-clone.log"
- name: Commit to wiki
run: |
./test-ci/scripts/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: |
./test-ci/scripts/give_runs_log.sh "outputs/wiki-report-urls.log"
./test-ci/give_runs_log.sh "outputs/wiki-report-urls.log"