surge-preview icon indicating copy to clipboard operation
surge-preview copied to clipboard

failed deployment does not fail the workflow

Open pixelass opened this issue 2 years ago • 2 comments

expected:

A failed surge deployment should also fail the workflow

actual:

A failed surge deployment results in a successful workflow

Example: https://github.com/pixelass/react-js-template/runs/6706296076?check_suite_focus=true

Screen Shot 2022-06-02 at 12 45 03

pixelass avatar Jun 02 '22 10:06 pixelass

I have the same issue image

Zara603 avatar Jun 02 '22 23:06 Zara603

Hey , You can set failOnError property to true. default is false. https://github.com/afc163/surge-preview#inputs

omeraplak avatar Sep 06 '22 09:09 omeraplak