Skip to content

Commit d92f1f2

Browse files
authored
Dev tools and Dapp example tests Fix (#649)
- Bump hardhat version in dev tools - Bump truffle version in dev tools - Bump network and mirror node image in dapp/dev tool tests and acceptance tests - Add check if local node is started, before continuing with the workflow - Dapp workflow change, check if local node is started before bootstrap script - Bump @hashgraph/hedera-local version everywhere Signed-off-by: georgi-l95 <[email protected]>
1 parent 86215d8 commit d92f1f2

File tree

18 files changed

+6122
-10474
lines changed

18 files changed

+6122
-10474
lines changed

.github/workflows/dapp.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
- name: Install dapp dependencies
5858
run: cd ./dapp-example/ && npm ci
5959

60+
- name: Check local node
61+
run: npm run check:node
62+
6063
- name: Run the dapp bootstrap script
6164
run: npm run bootstrap --prefix ./dapp-example/
6265

.github/workflows/dev-tool-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
- name: Install dependencies
4848
run: cd ${{ inputs.directory }}/ && npm ci
4949

50+
- name: Check local node
51+
run: npm run check:node
52+
5053
- name: Run the tests
5154
uses: nick-fields/retry@v2
5255
with:

0 commit comments

Comments
 (0)