cli
cli copied to clipboard
ci: investigate reliability of integration test workflows
In a previous commit tests do not pass but in the last commit they do, see:

Looks like in the last commit tests are skipped, maybe because cached, but marked as green, see the full logs:
There is a possible error in the git diff step, it just skips if the files aren't modified but does not inherit the error from a previous run, just marks as green:
https://github.com/ignite-hq/cli/runs/6821675345?check_suite_focus=true
It seems it these steps were skipped because PR was closed at the moment when they were running. It seems there was a case when PR was closed before pipeline was finished.

This hasn't happened in a while.