Update .gitea/workflows/test.yml
Run CI Tests / test (push) Successful in 25s

This commit is contained in:
2025-07-24 03:07:35 +02:00
parent b7618f6317
commit ec596ae050
+6 -6
View File
@@ -32,27 +32,27 @@ jobs:
- name: Execute give_runs_log from test-ci repo - name: Execute give_runs_log from test-ci repo
run: | run: |
ls -R . ls -R .
chmod +x test-ci/give_runs_log.sh chmod +x temp-ci/give_runs_log.sh
- name: Pixi download - name: Pixi download
run: | run: |
./test-ci/give_runs_log.sh "outputs/pixi.log" ./temp-ci/give_runs_log.sh "outputs/pixi.log"
- name: Run tests and generate reports - name: Run tests and generate reports
run: | run: |
./test-ci/give_runs_log.sh "outputs/test-ci.log" ./temp-ci/give_runs_log.sh "outputs/test-ci.log"
- name: Prepare the push to wiki - name: Prepare the push to wiki
run: | run: |
./test-ci/give_runs_log.sh "outputs/wiki-clone.log" ./temp-ci/give_runs_log.sh "outputs/wiki-clone.log"
- name: Commit to wiki - name: Commit to wiki
run: | run: |
./test-ci/give_runs_log.sh "outputs/commit-push-wiki.log" ./temp-ci/give_runs_log.sh "outputs/commit-push-wiki.log"
- name: Wiki report URLs - name: Wiki report URLs
run: | run: |
./test-ci/give_runs_log.sh "outputs/wiki-report-urls.log" ./temp-ci/give_runs_log.sh "outputs/wiki-report-urls.log"