From 3789a5658b1d8d1fdd0f99ddec716a667addcb7e Mon Sep 17 00:00:00 2001 From: Artem Storozhuk Date: Tue, 1 Aug 2023 16:14:46 +0300 Subject: [PATCH] 3 --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c9b1ff..349901b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,13 +14,13 @@ jobs: name: Integration Tests runs-on: [self-hosted, anvil] steps: - - name: Starting Anvil + - name: Starting Anvil node run: | - anvil --gas-limit 18446744073709551615 --code-size-limit 18446744073709551615 + screen -d -m anvil --gas-limit 18446744073709551615 --code-size-limit 18446744073709551615 - name: Deploy main contract run: | - forge script script/Deployment.s.sol:NovaVerifierDeployer --fork-url http://127.0.0.1:8545 --private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 --broadcast + yes | forge script script/Deployment.s.sol:NovaVerifierDeployer --fork-url http://127.0.0.1:8545 --private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 --broadcast unit-tests: strategy: