mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-19 15:38:17 +00:00
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
This commit is contained in:
parent
b84fe00f9d
commit
486ee4e518
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -90,9 +90,6 @@ jobs:
|
|||||||
run: bin/rails test:system
|
run: bin/rails test:system
|
||||||
env:
|
env:
|
||||||
GOOGLE_CHROME_OPTS_ARGS: headless,disable-gpu,no-sandbox,disable-dev-shm-usage
|
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
|
- name: Upload system test screenshots
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user