diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 30df8fb98..62a1cc74f 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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"