-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(ci): minor fixes to improve CI workflow #460
Conversation
43a7758
to
4c2246c
Compare
4c2246c
to
8e71e95
Compare
146fa20
to
688bb33
Compare
echo "✅ All tests passed successfully!" | ||
else | ||
echo "❌ Some tests failed." | ||
exit 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why exit 1
for e2e tests but not coverage?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It depends on whether we still want the coverage report despite the test failures
7164a4c
to
a291cb5
Compare
468bb14
to
c78c98b
Compare
This reverts commit 97f815e.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgmt
Pull Request type
Please add the labels corresponding to the type of changes your PR introduces:
What is the current behavior?
Resolves: #NA
What is the new behavior?
Does this introduce a breaking change?
No
Other information