neonevm / neon-compatibility

GNU General Public License v3.0
4 stars 3 forks source link

feature/233-Add-a-single-fake-test-not-to-have-an-interruption-in-tes… #237

Closed apetrovskiy closed 2 years ago

apetrovskiy commented 2 years ago

This PR covers issue #233 in short, the goal is not to have interruption in the report graph (see picture in the issue)

The idea behind is that we need uninterruptible (if always()) jobs in the workflow:

Before the fix, I cancelled the run in the beginning: image

After the fix, I cancelled the run in the beginning: image image link image

gigimon commented 2 years ago

@apetrovskiy add comment, why we need this (for future)

apetrovskiy commented 2 years ago

done