-
Notifications
You must be signed in to change notification settings - Fork 1
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
WIP Libaaec 38 migrate from circle ci to GitHub actions to handle ci #482
Open
Janell-Huyck
wants to merge
42
commits into
qa
Choose a base branch
from
LIBAAEC-38-migrate-from-circle-ci-to-github-actions-to-handle-ci
base: qa
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
WIP Libaaec 38 migrate from circle ci to GitHub actions to handle ci #482
Janell-Huyck
wants to merge
42
commits into
qa
from
LIBAAEC-38-migrate-from-circle-ci-to-github-actions-to-handle-ci
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tions-to-handle-ci
…e and simplify gem caching
… and precompiled assets
… shared across jobs
…ding a loop for matrix jobs
…artifact creation
…resolve invalid option errors
… artifact download and test result combination
…c; ensure proper argument separation and enhance debugging.
…log verification - Added a step to list all test files before generating the runtime log. - Enhanced runtime log debugging with detailed content output. - Introduced a fallback mechanism to handle empty runtime logs by grouping tests by filesize. - Ensured better visibility and error handling for test and runtime log issues.
- Updated GitHub Actions workflow to support parallel RSpec execution. - Modified to correctly handle parallel test coverage. - Added logic for combining parallel test coverage results in GitHub Actions. - Ensured SimpleCov and Coveralls integration works seamlessly with parallel tests.
Added error logging and runtime log output for better visibility. Ensured workflow does not fail immediately to allow debugging steps to run. Prints contents of error log and runtime log for troubleshooting.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WIP