-
Notifications
You must be signed in to change notification settings - Fork 811
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
Running Build.ps1 locally #174
Comments
Hi @JoshKeegan You don't need to do nothing! Is not working for you? |
I've submitted a PR #178 for an issue I had with getting it to start the dependencies. I have also had to increase the amount of memory I give the Docker VM (and stop most of my own docker containers to free up memory). It looks like localstack is consuming ~4.7GiB of RAM. Is that to be expected? I also then still get 3 tests failing:
|
Update: I have ran this again a few times and get between 2-4 failures. The Raven DB tests always fail, and the URI tests seem to be flickering. |
I need to work on ravendb tests because its depend on cloud service and the state is not consistent. Uri’s works well in my side. |
Hi,
I'm trying to run Build.ps1 locally but see there are environment variables that need setting from
.env
. Should these be being loaded by the build script or should I be adding them first?Cheers,
Josh
The text was updated successfully, but these errors were encountered: