From 486ee4e5184d8fde79117cd61a204cbd6e53295e Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Mon, 29 Sep 2025 19:57:35 +0000 Subject: [PATCH] Remove continue-on-error: true from the system test job in GitHub CI (#43275). Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@24019 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .github/workflows/tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8807e67e0..e980899d6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -90,9 +90,6 @@ jobs: run: bin/rails test:system env: GOOGLE_CHROME_OPTS_ARGS: headless,disable-gpu,no-sandbox,disable-dev-shm-usage - # System tests might still be a bit unstable, so for now, even if a system test fails, - # output the results and consider the overall test as successful. - continue-on-error: true - name: Upload system test screenshots if: always()