This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user