Skip to content

Commit 55bb63f

Browse files
committed
disabling the failure marks if the screenshot fails
1 parent 54f6668 commit 55bb63f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/ci.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def report_upload():
313313
badge_render()
314314
report_upload()
315315
# Exit based on test results
316-
if report_status == 'pass':
316+
if report_status == 'PASS':
317317
sys.exit(0)
318-
elif report_status == 'fail':
318+
elif report_status == 'FAIL':
319319
sys.exit(1)

0 commit comments

Comments
 (0)