Have github action fail if test fails #212
ZayedKherani
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After writing a github action for
flutter test
, have the action pass only if all test cases pass, meaning a single test failure results in an action failure.I am setting up a branch protection rule so that branches can only be merged if a pull request is made and the
Flutter Test
github action passes, and wouldn't want a failing test to push to the main branchBeta Was this translation helpful? Give feedback.
All reactions