-
Notifications
You must be signed in to change notification settings - Fork 443
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
Use Appraisal in CI #1230
Closed
+113
−78
Closed
Use Appraisal in CI #1230
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
f6a0410
Add BUNDLE_GEMFILE env to CI
Spone a0ce71e
Rename Appraisal rails-head to rails-main
Spone 71de8e3
Add changelog entry
Spone ce22d93
Add name to test job
Spone 9b6a841
Improve test job name format
Spone 100837d
Try to add rails version to hashFiles
Spone bc6c1b5
Merge branch 'main' into fix-appraisal-ci
Spone cf27290
Merge branch 'main' into fix-appraisal-ci
Spone 3e48e10
Use appraisal rake instead of rake
Spone bf847cf
Add bundle check & install step
Spone aec2556
Try fix-bundle-env branch of excid3/appraisal
Spone 68db61b
Simplify appraisal bundle
Spone 091a66e
Readd bundle prior to appraisal commands
Spone 6e9c543
Try with Appraisal 2.4.1 + excid3's PR
Spone 1c03554
Stick with Rails ~> 7.0.0 in Gemfile.lock
Spone 51d9b8e
Switch back to excid3/appraisal fork
Spone 8ccf625
Merge branch 'main' into fix-appraisal-ci
Spone eec9787
Try updating the cache key hashFiles
Spone 2faa8de
Use gemfile instead of gemfile.lock for hashFiles
Spone File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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.
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.
Is there a reason we shouldn't be using
thoughtbot/appraisal
?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.
Yes because the fix we need is not yet merged: thoughtbot/appraisal#174
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.
Is there a way we can keep tabs on where @excid3's fork is at to ensure it's not susceptible to upstream issues with Appraisal?
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.
Just FYI, I am skipping appraisal in CI right now and just setting
BUNDLE_GEMFILE
viamatrix
.https://github.com/excid3/noticed/blob/master/.github/workflows/ci.yml#L28