This commit is contained in:
@@ -32,27 +32,27 @@ jobs:
|
||||
- name: Execute give_runs_log from test-ci repo
|
||||
run: |
|
||||
ls -R .
|
||||
chmod +x test-ci/give_runs_log.sh
|
||||
chmod +x temp-ci/give_runs_log.sh
|
||||
|
||||
- name: Pixi download
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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