cli icon indicating copy to clipboard operation
cli copied to clipboard

ci: investigate reliability of integration test workflows

Open ilgooz opened this issue 3 years ago • 1 comments

In a previous commit tests do not pass but in the last commit they do, see:

image

Looks like in the last commit tests are skipped, maybe because cached, but marked as green, see the full logs:

image

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:

image

https://github.com/ignite-hq/cli/runs/6821675345?check_suite_focus=true

ilgooz avatar Jun 10 '22 11:06 ilgooz

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. image

ivanovpetr avatar Jun 13 '22 11:06 ivanovpetr

This hasn't happened in a while.

julienrbrt avatar Feb 01 '24 09:02 julienrbrt