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

Split github action tests for FairOS/Node #240

Open
IgorShadurin opened this issue May 23, 2023 · 0 comments
Open

Split github action tests for FairOS/Node #240

IgorShadurin opened this issue May 23, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@IgorShadurin
Copy link
Collaborator

Currently, the FairOS tests run only after the NodeJS tests have completed, and each of these tests take about 10 minutes to complete.
This setup leads to a total wait time of roughly 20 minutes, which can potentially be reduced if we could make these tests run in parallel rather than sequentially.
By leveraging the capability of GitHub Actions to run jobs concurrently, we could potentially halve the total time for the completion of the tests, thereby speeding up the development and integration workflow. This could particularly be beneficial in situations where multiple pull requests are being managed simultaneously.

@IgorShadurin IgorShadurin added the enhancement New feature or request label May 23, 2023
@IgorShadurin IgorShadurin self-assigned this May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant