From ec01be69f790d61ed4935693870aec4886d159fe Mon Sep 17 00:00:00 2001 From: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> Date: Wed, 17 Sep 2025 21:28:33 +0700 Subject: [PATCH] Update tests.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> --- .github/workflows/tests.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 81a5ceabe..33d5a44b0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,11 +11,12 @@ jobs: - name: Install dependencies run: pnpm install - # Remove: working-directory: ./app + working-directory: ./correct-path-to-package-json - name: Start local blockchain node - run: npx hardhat node & - # Or use npx ganache-cli --port 8545 & + run: # Fork latest mainnet state + anvil --fork-url https://reth-ethereum.ithaca.xyz/rpc + # Or use npx ganache-cli --port 8545 & - name: Wait for node run: |