Draft
Conversation
b674894 to
0baee36
Compare
Co-Authored-By: Noah Silvera <noah@super.gd> Co-Authored-By: Sofia Besenski <sofia@super.gd>
0baee36 to
a60ea28
Compare
These versions aren't compatible. Co-Authored-By: Noah Silvera <noah@super.gd> Co-Authored-By: Sofia Besenski <sofia@super.gd>
07359c6 to
9b25ee5
Compare
The sandbox script fails on newer versions of Rails because it expects the manifest file to exist and contain these links. This matches the instructions in the ReadMe. Co-Authored-By: Sofia Besenski <sofia@super.gd>
Postgres and mysql are not set up properly by default so we need to add these to make sure it has the proper setup. Co-Authored-By: Sofia Besenski <sofia@super.gd>
Due to an issue with state machines, we get a stack level too deep error when using newer versions of state machines.
9b25ee5 to
7630d41
Compare
f0ad471 to
2a1ff3a
Compare
239e4af to
74d1a06
Compare
eb08837 to
5531034
Compare
We can assume that people using starter frontend will be on newer versions of Rails because this is only run on new projects.
There is an error caused by Sass trying to compile tailwind CSS.
af4a32f to
3e23bcd
Compare
The dropping the database was erroring previously.
addeb88 to
d0898cb
Compare
This file contains hidden or 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
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.
Summary
Now that we have GitHub actions running we debugged several issues that were uncovered.
TODO:
We're now running up against an issue with how gems are installed on GitHub actions as of Rails 8. We need to update solidus-test-extension to fix this by adding the specified line.
ruby/rubygems#9284 (comment)
Checklist
Check out our PR guidelines for more details.
The following are mandatory for all PRs:
The following are not always needed: