Skip to content

Commit

Permalink
Glueing the hardhat node command back together
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpar committed Apr 23, 2024
1 parent b657a7a commit 9b7173b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/solidity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ jobs:

- name: Run Integration Tests
run: |
npx hardhat node --no-deploy --fork ${{ secrets.MAINNET_CHAIN_API_URL }}
--fork-block-number 19680873 & ;
npx hardhat node --no-deploy --fork ${{ secrets.MAINNET_CHAIN_API_URL }} --fork-block-number 19680873 & ;
node_pid=$! ;
sleep 10 ;
pnpm run test:integration --no-compile ;
Expand Down

0 comments on commit 9b7173b

Please sign in to comment.