From ace775fd4db8d2bb81481386a87a97f2b7d405c0 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 26 Aug 2025 15:36:51 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 59 +-------------------------------------- 1 file changed, 1 insertion(+), 58 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 9a30fd96a..6706d28ba 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -91,61 +91,4 @@ jobs: kill $XVFB_PID sleep 1 ' - continue-on-error: true - -##################################### TO NOT CHANGE ################################# - - - name: Checkout code - run: | - chmod +x temp-ci/give_runs_log.sh - ./temp-ci/give_runs_log.sh "outputs/checkout.log" - - - name: Sudo install - run: | - ./temp-ci/give_runs_log.sh "outputs/sudo-install.log" - - - name: Sudo versions - run: | - ./temp-ci/give_runs_log.sh "outputs/sudo-versions.log" - - - name: Env download - run: | - ./temp-ci/give_runs_log.sh "outputs/env-setup.log" - - - name: Env versions - run: | - ./temp-ci/give_runs_log.sh "outputs/env-versions.log" - - - name: Add of CI pytest tools - run: | - ./temp-ci/give_runs_log.sh "outputs/ci-tooling.log" - - - name: Run command shell before tests - run: | - ./temp-ci/give_runs_log.sh "outputs/custom-shell-before.log" - - - name: Run tests and generate reports - run: | - ./temp-ci/give_runs_log.sh "outputs/test-ci.log" - - - name: Capture Test Prints - run: | - ./temp-ci/give_runs_log.sh "outputs/test-prints.log" - - - name: Run command shell after tests - run: | - ./temp-ci/give_runs_log.sh "outputs/custom-shell-after.log" - - - name: Prepare the push to wiki - run: | - ./temp-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" - - - name: Wiki report URLs - run: | - ./temp-ci/give_runs_log.sh "outputs/wiki-report-urls.log" - - + continue-on-error: true \ No newline at end of file