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