Skip to content

Commit

Permalink
test: the ci job should be failed when the test fail (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
hung-cybo authored Jun 10, 2024
1 parent a1baa36 commit 5e8978c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/run-e2e-in-parallel.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ runAll(patterns, {
} else {
console.error(error);
}

// eslint-disable-next-line no-process-exit
process.exit(1);
});

0 comments on commit 5e8978c

Please sign in to comment.