Ikshi / assignment

0 stars 0 forks source link

Test Pipeline result #5

Open smilinazzo opened 1 month ago

smilinazzo commented 1 month ago

1 or your 4 tests fails but your pipeline is green. Can you think of a way to fix this?

Ikshi commented 1 month ago

@smilinazzo I have intentionally allow the pipeline to pass even if the test was failing by adding continue-on-error: true in the test job as I wanted to show that we can allow failures on certain jobs and the pipeline is passing. However, if we want the pipeline to fail if any of the tests fails, we can simply remove the continue-on-error command or set it to false.