Skip to content

Commit

Permalink
[quorum]updated workflow
Browse files Browse the repository at this point in the history
Signed-off-by: sownak.roy <[email protected]>
  • Loading branch information
sownak committed Jan 22, 2024
1 parent 8434e79 commit 4a4a36a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test_smartcontract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4a4a36a

Please sign in to comment.