ci: Don't mark failure when Cypress is successful

This commit is contained in:
Shrikant Sharat Kandula 2024-07-02 14:07:19 +05:30 committed by GitHub
parent b98d2d2df3
commit b58b1c4580
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -228,7 +228,6 @@ jobs:
with:
script: |
require("write-cypress-status.js")({core, context, github}, "tip", process.env.BODY)
core.setFailed()
- name: Check ci-test set status
if: needs.ci-test.result != 'success'