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

test: add prool instances setup #857

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Conversation

moldy530
Copy link
Collaborator

@moldy530 moldy530 commented Jul 22, 2024

Pull Request Checklist

Updates the test setup to include starting prool servers for anvil and bundler


PR-Codex overview

This PR updates the test script in package.json to run different commands based on the environment.

Detailed summary

  • Updated test script to run different commands based on environment using is-ci and vitest commands.
  • Removed the previous test command and replaced it with conditional execution logic.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

vercel bot commented Jul 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
aa-sdk-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 25, 2024 8:59pm
aa-sdk-ui-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 25, 2024 8:59pm

.vitest/vitest.shared.ts Outdated Show resolved Hide resolved
@moldy530 moldy530 force-pushed the moldy/add-prool-instances branch from 242c15c to f70c98e Compare July 22, 2024 21:07
@moldy530 moldy530 force-pushed the moldy/add-prool-instances branch from f70c98e to d4b8720 Compare July 22, 2024 21:32
@moldy530 moldy530 force-pushed the moldy/add-prool-instances branch from d4b8720 to 35fd30a Compare July 22, 2024 21:38
@moldy530 moldy530 force-pushed the moldy/add-prool-instances branch from 35fd30a to e164b1a Compare July 22, 2024 21:44
@moldy530 moldy530 force-pushed the moldy/add-prool-instances branch from e164b1a to 0e74e8e Compare July 22, 2024 21:58
@moldy530 moldy530 force-pushed the moldy/add-prool-instances branch from 0e74e8e to b6ab7d4 Compare July 22, 2024 22:04
package.json Outdated Show resolved Hide resolved
package.json Outdated
@@ -16,6 +16,7 @@
"scripts": {
"generate": "lerna run generate",
"postgenerate": "yarn lint:write",
"preinstall": "yarn config set ignore-engines true",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

prool requires node >= 22, but vercel only goes as high as 20 and the ui-demo app doesn't deploy with node engine 20... so we just hope prool runs on 18 🤷

rthomare
rthomare previously approved these changes Jul 25, 2024
Base automatically changed from moldy/v4-test-base to v4.x.x July 25, 2024 20:40
@moldy530 moldy530 dismissed rthomare’s stale review July 25, 2024 20:40

The base branch was changed.

@moldy530 moldy530 force-pushed the moldy/add-prool-instances branch from d396483 to 7703f58 Compare July 25, 2024 20:44
@moldy530 moldy530 merged commit be4e817 into v4.x.x Jul 25, 2024
6 checks passed
@moldy530 moldy530 deleted the moldy/add-prool-instances branch July 25, 2024 21:15
moldy530 added a commit that referenced this pull request Jul 30, 2024
moldy530 added a commit that referenced this pull request Aug 13, 2024
moldy530 added a commit that referenced this pull request Aug 28, 2024
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.

2 participants