Skip to content
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

CI: Split frontend tests from SDK workflow #430

Merged
merged 4 commits into from
Oct 2, 2023

Conversation

marceljay
Copy link
Contributor

@marceljay marceljay commented Oct 2, 2023

Since frontend tests often fail due to simulation nature, for
example issues with timeouts or the metamask simulation,
we want to separate them to be able to estimate the impact of
failed jobs.

This PR aims to further solve #373

@marceljay marceljay force-pushed the improve-actions-split branch 4 times, most recently from 4e9d9f8 to cbadc22 Compare October 2, 2023 15:47
Since frontend tests often fail due to simulation nature, for
example issues with timeouts or the metamask simulation,
we want to separate them to be able to estimate the impact of
failed jobs.
Frontend tests that often fail should not be run on every merge commit
(push), also assuming that direct pushes with frontend changes do not usually occur.

Also, set the scope for branches `main` and `dev`.
@marceljay marceljay merged commit 6808119 into kumo-earth:dev Oct 2, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants