From 4a4a36a56ce3920fd98ccd967ffd508f9fb3625a Mon Sep 17 00:00:00 2001 From: "sownak.roy" Date: Mon, 22 Jan 2024 17:41:16 +0000 Subject: [PATCH] [quorum]updated workflow Signed-off-by: sownak.roy --- .github/workflows/test_smartcontract.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test_smartcontract.yml b/.github/workflows/test_smartcontract.yml index 929ff5782..93c4598f0 100644 --- a/.github/workflows/test_smartcontract.yml +++ b/.github/workflows/test_smartcontract.yml @@ -55,12 +55,9 @@ jobs: npm install -g ganache-cli npm install -g truffle npm install -g truffle-export-abi - - name: Start local node + - name: Start local node and test smartcontracts run: | nohup ganache-cli --allowUnlimitedContractSize --gasLimit=68219752232 & - sleep 10 - - name: Test quorum smartcontracts - run: | - pwd + sleep 2 cd examples/supplychain-app/quorum/smartContracts truffle test --config ./truffle-config.js