You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some tests which fail when run in 18.x, 20.x, 22.x resulted in the following
which shows 18.x failed, but the other 2 reported as succeeded
A quick test shows that on 20.x npm run tests --workspaces results in a RC of 1 ($?) if a test fails and RC or 0 if all tests pass so why is github actions thinking it hasn't failed but not for all in the matrix ?
The text was updated successfully, but these errors were encountered:
@Veer0x1 There was a PR submitted which had failing unit tests. The failures were reported on all 3 unit test runs (ie node 18,20,22) however github only reported the failure on the node 18 run. It should not have shown ticks for the node 20 and node 22 runs. That's the issue.
Some tests which fail when run in 18.x, 20.x, 22.x resulted in the following
which shows 18.x failed, but the other 2 reported as succeeded
A quick test shows that on 20.x npm run tests --workspaces results in a RC of 1 ($?) if a test fails and RC or 0 if all tests pass so why is github actions thinking it hasn't failed but not for all in the matrix ?
The text was updated successfully, but these errors were encountered: