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

build: migrate unit tests to GitHub Actions #1870

Merged
merged 11 commits into from
May 12, 2021
Merged

Conversation

mantariksh
Copy link
Contributor

@mantariksh mantariksh commented May 12, 2021

Problem

Unit tests on Travis CI have been intermittently failing due to memory issues with Jest. It does not seem like the issue is with the tests themselves, since running jest --logHeapUsage shows that the memory usage does not increase consistently as more tests pass. This suggests that the memory limitation is with Travis.

Part of #1864

Solution

This PR migrates only the frontend and backend unit tests to GitHub Actions (GA) to test whether the tests pass consistently. If they do, we can consider migrating the entire CI pipeline to GA.

@mantariksh mantariksh marked this pull request as ready for review May 12, 2021 04:23
Copy link
Contributor

@karrui karrui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EL GEE TEE EM!!!!!!!!!!!!!!!!!!!!!!!!!!!1111oneoen!1!

Copy link
Member

@yong-jie yong-jie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one point to consider, otherwise lgtm

.github/workflows/ci.yml Outdated Show resolved Hide resolved
@mantariksh mantariksh merged commit 2b71b24 into develop May 12, 2021
@mantariksh mantariksh deleted the build/github-actions branch May 18, 2021 08:29
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.

3 participants