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

Improve CI Checks #55

Closed
MattPereira opened this issue Jul 8, 2024 · 2 comments · Fixed by #56
Closed

Improve CI Checks #55

MattPereira opened this issue Jul 8, 2024 · 2 comments · Fixed by #56

Comments

@MattPereira
Copy link
Member

MattPereira commented Jul 8, 2024

Overview

I couldn't figure out deploying contracts to an anvil fork as part of the CI checks in #53. The yarn fork command executes successfully to start an anvil fork of sepolia as part of the GHA, but it would hang indefinitely instead of moving on to the next step to deploy the contracts

@johngrantuk
Copy link
Member

I remember I had a similar issue a long time ago - I think I needed to add ampersand at the end of the command, so try: yarn fork &

@brunoguerios
Copy link
Member

True! That's how it's setup on the old SDK

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 a pull request may close this issue.

3 participants